HTML BULLET POINTS

Html bullet points are very use full  when we create the html sites. There are many ways to use the html bullet points. Many developer has prevent the track record by creating the variety of the creative idea by using the bullet point. Here i will explain about bullets point types and that how we can create bullet point using the html code.
 

bullet points

 
There are two type of the type list in the html to create the bullet points.

1) Unordered List

This will display the bullet point in front of the list item. To create unordered list required the html tag UL and LI.

UL means Unordered list and the li means the list item. Here i explain that how to create the unordered list just like show below.

  • Hotel
  • Real Estate
  • Insurance
  • Share Bazaar
Below is the code to create the unordered list

2) Ordered List

This will display the bullet point in front of the list item. To create ordered list required the html tag OL and LI.

UL means ordered list and the li means the list item. Here i explain that how to create the ordered list just like show below.

  1. Hotel
  2. Real Estate
  3. Insurance
  4. Share Bazaar

Below is the code to create the ordered list

See Related Tutorials

Leave a Reply

Your email address will not be published. Required fields are marked *