Home Docs

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

  1. list Item1
  2. list Item2
  3. list Item3

Copy the given code to create Numbered List - I

Numbered List - II

  1. list Item1
  2. list Item2
  3. list Item3

Copy the given code to create Numbered List - II

Lower Alphabet List

  1. list Item1
  2. list Item2
  3. list Item3

Copy the given code to create Lower Alphabet List

Upper Alphabet List

  1. list Item1
  2. list Item2
  3. list Item3

Copy the given code to create Upper Alphabet List

Lower Roman List

  1. list Item1
  2. list Item2
  3. list Item3

Copy the given code to create Lower Roman List

Upper Roman List

  1. list Item1
  2. list Item2
  3. 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

Copy the given code to create Default Unordered List

Default List w/ Hollow Circle Bullets

Copy the given code to create Default List with Hollow Circle Bullets

Default List w/ Square Bullets

Copy the given code to create Default List with Square Bullets

Default List w/ No Bullets

Copy the given code to create Default List with No Bullets

Example of Inline Lists

Copy the given code to create Inline Lists

Reversed List

  1. List Item One
  2. List Item Two
  3. List Item Three
  1. list Item1
  2. list Item2
  3. list Item3

Copy the given code to create Reversed List