LISTS

Text Images Sound Links Tables
Frames Forms Style Sheets Scripts Links to Other Pages




LIST TAGS


The following List Tags will be covered in this tutorial:


<OL> ... </OL> : Constructs an Ordered List (a numbered list).

<UL> ... </OL> : Constructs an Unordered List (a bulleted list).

<DL> ... </DL> : Constructs a Definition List (an unmarked/indented list).

<LI> : List Item.

<DT> : Definition Term (first set of items in a definition list).

<DD> : Definition Description (second set of items in a definition list).




<OL> ... </OL> TAGS


Main Attributes:

TYPE= 1, a, A, i, I (changes list appearance)

START= number/letter (changes the starting number/letter of an ordered list)




<UL> ... </UL> TAGS


Main Attribute:

TYPE= disc, square, circle




<DL> ... </DL> TAGS


Main Attributes: None




<LI> TAG


Attributes:

TYPE= disc, square, circle or 1, a, A, i, I

VALUE= number (changes list order)




<DT> TAG


No Attributes




<DD> TAG


No Attributes
Next Page

line


Home    Assumptions    Introduction    Tools    Resources    Contact