Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: HTML Tutorial for Beginners
Description: HTML Tutorial for Beginners

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


HTML Tutorial for Beginners - 04 - Creating a table
EJ Media
Today we'll learn how to create a table using HTML
...
Tables are similar to normal
tables, consisting of data arranged in rows and columns where rows go side to side and
columns go downwards
...

Let's say we want to add another desert or ocean or planet
...

For example:

Name

Type

Location

Sahara

Desert

Africa

Arctic

Ocean

North Pole

Earth

Planet

Solar System

Venus

Planet

Solar System

HTML Tutorial for Beginners - 05 - Creating a web link
EJ Media
There are two ways to add links to your webpage:



Linking to an outside webpage
Linking to a section within your webpage

Within the anchor element () is the href attribute that specifies the destination for the link
...

For example:
Click here to visit Example
...
example
...

Note that text that comes before the anchor element (like "Please click on this link") is not
actually part of the link
...


HTML Tutorial for Beginners - 06 - Creating links within
same web page
EJ Media
Table of Contents



Birds

Section on Ducks
This is a section about ducks
...
Follow the steps below:




Create a new folder on your desktop
...

Also, add your HTML code to the same folder
...
It will be
automatically rendered when we add it to our HTML code