List

List is used to collect the data of related items.List can be ordered(number) and unordered(bullet).

Unordered List

For unordered list you can use ul tag, and for every item use li tag.Copy paste thhe below code.

  • item1
  • item2
  • item3
  • item4

Ordered List

For ordered list you can use ol tag, and for every item use li tag.Copy paste thhe below code.

  1. item1
  2. item2
  3. item3
  4. item4

Stacked(Notification List)

This is the notification stacked.For stacked you can use class orderedlist_item.

  • Notification 1
  • Notification 2
  • Notification 3
  • Notification 4