How to use li tag


<li>

All Tags not showing in online page, but show on view source.

<ul>
<li>Users point1: Sam</li>
<li>Users point2: Web</li>
</ul>

Code show like this:

  • Users point1: Sam
  • Users point2: Web

Browser Support

The <li> tag is supported in all major browsers.

What is li tag

li tag is list item. The li tag is used in ordered lists(ol) tag, unordered lists (ul) tag, and in menu tag.

Leave a Reply

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