Lists
Lists are used in various places such as navigation bar, article page etc.
Example of Ordered Lists
We have 6 types of Ordered lists and they are as follows:
Numbered List - I
- list Item1
- list Item2
- list Item3
Copy the given code to create Numbered List - I
Numbered List - II
- list Item1
- list Item2
- list Item3
Copy the given code to create Numbered List - II
Lower Alphabet List
- list Item1
- list Item2
- list Item3
Copy the given code to create Lower Alphabet List
Upper Alphabet List
- list Item1
- list Item2
- list Item3
Copy the given code to create Upper Alphabet List
Lower Roman List
- list Item1
- list Item2
- list Item3
Copy the given code to create Lower Roman List
Upper Roman List
- list Item1
- list Item2
- list Item3
Copy the given code to create Upper Roman List
Example of Unordered Lists
We have 4 types of Unordered lists and they are as follows :
Default List
- Item1
- Item2
- Item3
Copy the given code to create Default Unordered List
Default List w/ Hollow Circle Bullets
- Item1
- Item2
- Item3
Copy the given code to create Default List with Hollow Circle Bullets
Default List w/ Square Bullets
- Item1
- Item2
- Item3
Copy the given code to create Default List with Square Bullets
Default List w/ No Bullets
- Item1
- Item2
- Item3
Copy the given code to create Default List with No Bullets
Example of Inline Lists
- Inline List
- Inline List
- Inline List
Copy the given code to create Inline Lists
Reversed List
- List Item One
- List Item Two
- List Item Three
- list Item1
- list Item2
- list Item3
Copy the given code to create Reversed List