Lists - ul and li
Lists are very useful, both for:
- Content
- Navigation
There are three types of lists:
- Unordered (most common)
ul
andli
- Ordered
ol
andli
- Dictionary (rare)
dl
,dt
, anddd
Example
1.3 - Unordered List - Example 1.3
Example
1.4 - Nested Unordered List - Example 1.4
Example
1.5 - Ordered List - Example 1.5
Example
1.6 - Dictionary Lists (terms and definitions) - Example 1.6