Introduction
Add Lists To Your Web Page
Looking for an orderly method to present your information? If so, you'll want to use this tutorial to learn about creating lists for your web page.
HTML supports several types of lists. Three of the most popular forms of lists are shown below:
<DL> ... </DL> - Definition list.
<OL> ... </OL> - Ordered list
<UL> ... </UL> - Unordered listThe Definition list is simply a list of terms, and their definitions. Here is an example of how you would add the html to your page for a definition list:
<DL>
<DT>Term<DD>This is the definition of the first term.
<DT>Term<DD>This is the definition of the second term.
</DL>The Ordered list is used to present a numbered list. Here is an example of how you can create an ordered list:
<OL>
<LI>To Begin learning HTML attend one of our classes.
<LI>Then, browse through our tutorials and FAQ's.
<LI>If you still have questions, just ask our staff.
</OL>The Unordered list is typically used to separate items with bullets. Here is an example of an Unordered list:
<UL>
<LI>First list item
<LI>Second list item
<LI>Third list item
</UL>
1. Topic 1
ideas
2. Topic 2
ideas
3. Topic 3
ideas
4. Topic 4
ideas
Email to: dthomas@pclink.com (David Thomas)
Page Installed: xx/xx/xx