April 12, 2009 at: 12:37 am | Posted under:
List Examples |
1 comment
This is a definitions list in which a dl tag starts and stops the list, the dt tag is the term and the dd tag is the definition. You can find more information about the dl, dt, and dd tags here.
this is a term or dt tag
this is a definition or dd tag
this is a term or dt tag
this is a definition or dd tag
this is a term or dt tag
this is a definition or dd tag
... More »
April 11, 2009 at: 8:26 pm | Posted under:
List Examples |
No comments
This post contains an example of an ordered list which is a list of items that need to be displayed in a particular order. An ordered list uses a ol tag to start and stop the list and the li tag for the list items. You can find more information on the ordered list here.
This is an ol tag or ordered list item.
This is an ol tag or ordered list item.
This is an ol tag or ordered list item.
This is an ol tag or ordered list item.
This is an ol tag or ordered list item.
... More »
April 11, 2009 at: 8:20 pm | Posted under:
List Examples |
No comments
This post contains an example of an unordered list which is a list of items in no particular order. An unordered list uses a ul tag to start and stop the list and the li tag for the list items. You can find more information on the unordered list here.
This is an li tag or list item.
This is an li tag or list item.
This is an li tag or list item.
This is an li tag or list item.
This is an li tag or list item.
... More »