![]() |
HTML - Lists |
|||||||
|
There are two types of list - ordered (numbered) and unordered (bulleted). To create an ordered/numbered list, type the <ol> and </ol> tags at the beginning/end of the list and <li> and </li> around each list item:
will display as
To create an unordered/bulleted list, type the <ul> and </ul> tags at the beginning/end of the list and <li> and </li> around each list item:
Set attributes to change the way the bullets appear: ol type="I" or "i" (roman numerals) or "a" or "A".
site map | index | email me | top
|