List Example
Here's what the ordered list looks like.
- Type the tag <ol> (if you want an ordered list) or
<ul> (if you want an unordered list)
- For each item in your list, type the <li> tag followed
by the text you want in the list.
- To end the list type the tag </ol> or </ul>
(depending on the list type - match the beginning tag)
Changing the beginning tag to <ul> and the end tag to </ul>
gives an unordered list that is displayed as follows:
- Type the tag <ol> (if you want an ordered list) or
<ul> (if you want an unordered list)
- For each item in your list, type the <li> tag followed
by the text you want in the list.
- To end the list type the tag </ol> or </ul>
(depending on the list type - match the beginning tag)