LIST
Lists can be used to display a collection of items in ordered or un-ordered manners.
Ordered List
Below are the different types of ordered list which can be used anywhere in your website where you want to display a collection of items in an ordered manner.
You can check the code below and copy the list component to add it in your web page.
Code Example :
- Cars in the list
- Bikes in the list
- Trains in the list
- Cars in the reversed list
- Bikes in the reversed list
- Trains in the reversed list
- Cars in a list with lowercase roman
- Bikes in a list with lowercase roman
- Trains in a list with lowercase roman
- Cars in a list with uppercase roman
- Bikes in a list with uppercase roman
- Trains in a list with uppercase roman
- Cars in a list with lowercase alphabet
- Bikes in a list with lowercase alphabet
- Trains in a list with lowercase alphabet
- Cars in a list uppercase alphabet
- Bikes in a list with uppercase alphabet
- Trains in a list with uppercase alphabet
Un-Ordered List
Below are the examples of un-ordered list which can be used anywhere in your website where you want to display a collection of items in an un-ordered manner.
You can check the code below and copy the list component to add it in your web page.
Code Example :
- Cars in an un-ordered list with bullet
- Buses in an un-ordered list with bullet
- Trains in an un-ordered list with bullet
- Cars in an un-ordered list with square
- Buses in an un-ordered list with square
- Trains in an un-ordered list with square
- Cars in an un-ordered list with circle
- Buses in an un-ordered list with circle
- Trains in an un-ordered list with circle
- Cars in an un-ordered list with circle
- Buses in an un-ordered list with circle
- Trains in an un-ordered list with circle
- Cars
- Buses
- Trains