HTML Tutorial |
Lessons
|
You will most likely have the need to create a list before too long. Although it is not necessary, you will probably wish to begin with a title. This can be its own item, as it is technically, not part of the list. You may then add your list items. It is not necessary to add a closing List Item tag(</LI>) to each item. You will, however, need to add the closing List tag (</UL> or </OL>). There are two kinds of lists: ordered and unordered. This is an ordered list
This is an unordered list
Unordered Lists Unordered lists are generally bulleted lists and denote multiple items of equal importance. <BODY> This will display: Ordered Lists Ordered lists are numbered and generally denote sequential items or those that would be ranked in some way. These are constructed in the same way as unordered lists (except with the Ordered List tags of course). <BODY> This will display:
|
Notes Ordered vs. Unordered lists: |