Netskills - further HTML 1
Lists
The Ul (unordered list) tags define a bullet list:
- bullet point
- another bullet point!
- yet another bullet point!
The Ol (ordered list) tags define a numbered list:
- point 1
- point 2
- point 3
-
A definition list
- A list structure that allows you to supply a term or heading to be defined in more detail
-
DL tags
- the DL tags enclose the whole list
- DT tags
- The Dt tags define each term or heading
- DD tags
- The DD tags enclose the description - usually + hanging indent