Listsalso more links and a few other useful tags |
|
Ordered and unordered lists |
|
|
Each item in an ordered list has a letter or number before the list item. Example:
Each item in an unordered list has some kind of a bullet before the list item. Example:
Look at the samples, to see how the html tags are written. |
|
Nested lists |
|
|
A list can have another list embedded in a list item. Example:
Look at the samples, to see how the html tags are written. |
|
List tricks (optional) |
|
|
You can change the starting number by using the start attribute in the
<ol> tag.
|
|
Definition lists |
|
|
Definition lists contain terms, and a definition for each term. Example:
Look at the samples, to see how the html tags are written. |
|
Definition list tricks (optional) |
|
|
The definition terms and definitions do not need to match 1 to 1. You can have several definitions for a term. Example:
Or, you can have all terms and no definitions. Example:
Or, you can have no terms and all definitions.
|
|
List style |
|
|
There are three list style properties.
Look at the samples, to see how these affect the appearance of a list. |
|
Lab 8 |
|
|
Now you are ready to build your lab 8 web pages. |
|
Complete lab 8 |
|
|
You have built your lab 8 web page, and revised your index page. |
|
Reading assignment |
|
|
Reading assignments are in
Chapter 8
An alternate text is |
|