| Lists and Indents |
|
|
Anchors & Links
|
Course Contents
|
| List Types: |
Ordered (Numbers/Letters) |
Unordered (Bullets) |
Definition (Hierarchical) |
|||||||||
| List Tricks: |
Nesting Lists within Lists |
Alternatives to Lists |
||||||||||
Ordered Lists:Ordered lists look like this:
Ordered lists are always indented. The basic form of the command structure used to generate an Ordered List is:
Both the
Where the style settings are:
If one of these command parameters is used in the
Where the starting value is provided as a whole number. If a starting value
is set in the Examples:
|
Unordered Lists:Unordered lists - lists that are simply bulletized - look like this:
Unordered lists are always indented. The basic form of the command structure used to generate an Unordered List is:
Both the
Where the bullet styles are:
If one of these command parameters is used in the Note: Browsers will portray these list element bullet styles quite differently. Examples:
|
Definition Lists:Definition lists are not indented. The definitions are indented beneath the terms defined. The basic form of the command structure used to generate an Definition List is:
Note that the data term Example:
|
Nesting Lists within Lists:Note that it is possible to nest a list within another list. It is also possible to mix the types of lists which will be nested within one another. See the example below:
Using nested lists is an excellent way of generating an outline format using HTML:
|
Alternatives to Lists:Sometimes it is either inconvenient or undesirable for a list to be indented. When this is the case it is not possible to use the unordered or ordered list tags without some difficulty in creating the proper alignment. You might consider the following alternative means of creating perfectly aligned and legible lists:
A list using literal bullets or other special characters:
|
| List Types: |
Ordered (Numbers/Letters) |
Unordered (Bullets) |
Definition (Hierarchical) |
|||||||||
| List Tricks: |
Nesting Lists within Lists |
Alternatives to Lists |
||||||||||
|
|
Anchors & Links
|
Course Contents
|