bullet point list html code example

Example 1: html number list

  1. Item 1
  2. Item 2
  3. Item 3
  1. Item 1
  2. Item 2
  3. Item 3
  1. Item 1
  2. Item 2
  3. Item 3
  1. Item 1
  2. Item 2
  3. Item 3
  1. Item 1
  2. Item 2
  3. Item 3

Example 2: html unordered list

  • Item One
  • Item Two
  • Item Three
  • Item Four
  • Item Five

Example 3: html lists

Unordered list
  • something
Ordered list
  1. something

Example 4: bullet list html

  • Eggs
  • Pancakes
  • Jelly

Example 5: hrml bulet points

  • Coffee
  • Tea
  • Milk

Example 6: about ul and li tag

The 
    tag defines an unordered (bulleted) list. Use the
      tag together with the
    • tag to create unordered lists

Tags:

Misc Example