To change the default bullet in an unordered list, just add the following element to your tag:
- will give you a hollow circle bullet
- will give you a solid circle bullet
- will give you a square bullet
You can also change the default numbering style for ordered lists. Just add the following element to your
tag:
- will give you Arabic Numerals 1, 2, 3
- will give you Arabic Numerals 1, 2, 3
- will give you Arabic Numerals 1, 2, 3
- will give you Uppercase letters A, B, C
- will give you Uppercase letters A, B, C
- will give you Uppercase letters A, B, C
- will give you Lowercase letters a, b, c
- will give you Lowercase letters a, b, c
- will give you Lowercase letters a, b, c
- will give you Uppercase Roman Numerals I, II, III
- will give you Uppercase Roman Numerals I, II, III
- will give you Uppercase Roman Numerals I, II, III
- will give you Lowercase Roman Numerals i, ii, iii
- will give you Lowercase Roman Numerals i, ii, iii
- will give you Lowercase Roman Numerals i, ii, iii
In addition, you can change the starting number in an ordered list by adding the START attribute to the OL tag:
- will start the numbering at 3 (or whatever number you specify)
- next consecutive number
- next consecutive number