Bullets and Numbering

Bullets and Numberings Different types of bullets and numbering are used in HTML5:

Unordered List of items
  • Apples
  • Bananas
  • Lemons
  • Oranges
  • Apples
  • Bananas
  • Lemons
  • Oranges
  • Apples
  • Bananas
  • Lemons
  • Oranges
Ordered List of items
  1. Apples
  2. BAnanas
  1. Apples
  2. BAnanas
  1. Apples
  2. BAnanas
  1. Apples
  2. BAnanas

Comments

Popular posts from this blog

XPath for HTML markup

Apache Hadoop | Running MapReduce Jobs

Laravel | PHP | Basics | Part 2