Learn to Create Web Pages Using HTMLHomeBeginning Your Page List Tags Text Styles Links, Images, Backgrounds and Text Colors HTML Reference List |
List TagsOrdered List TagThe Ordered List Tag is used when making a list that you want in numerical order. An example is below.![]() <OL> </OL>
Unordered ListThe Unordered List Tag will put items in a list but they will not be in numerical order like the ordered list. Instead there will be bullets beside then. An example is below.![]() <UL> </UL> Definition ListThe Definition List(<DL>) has some other attributes that go with it. It doesn't have the list item tag. Instead it has the definition term(<DT>)tag and the definition definition (<DD>)tag.![]() <DL> </DL>
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||