Unordered Lists:
Ordered Lists:
- Item 1
- Item 2
- Item 3
Definition Lists:
- Term 1
-
Description of first term. This description can contain
links or images
- Term 2
-
Description of second term.
Nested lists. You can nest one type of list into other type of list or even same type of list. The nesting can go
as deep as practically needed.
- First list item of unordered list.
-
Second list item of unordered list. This contains a ordered list.
- Item 1 of ordered list
- Item 2 of ordered list
-
Item 3 of ordered list. This item contains ordered list
- Item 3.1
- Item 3.2
- Item 4 of ordered list
- Thist list item of unordered list.
Different types of ordered lists
-
Numbered ordered list with list-style-type:decimal
- Item 1
- Item 2
- Item 2
-
Numbered ordered list with list-style-type:decimal-leading-zero
- Item 1
- Item 2
- Item 2
-
Small letter alpabets ordered list with list-style-type:lower-latin or list-style-type:lower-alpha
- Item 1
- Item 2
- Item 2
-
Capital letter alpabets ordered list with list-style-type:upper-latin or list-style-type:upper-alpha
- Item 1
- Item 2
- Item 2
-
Small roman letters ordered list with list-style-type:lower-roman
- Item 1
- Item 2
- Item 2
-
Capital roman letters ordered list with list-style-type:upper-roman
- Item 1
- Item 2
- Item 2
Different types of unordered lists
-
Disc unordered list with list-style-type:disc
-
Circle unordered list with list-style-type:circle
-
Square unordered list with list-style-type:square