Using the <li> tag
Use the <li>
tag to list items of ordered and unordered lists. Depending on the type of list, browsers display the items with different markers. Bullet points are the default marker for unordered lists, while ordered lists are usually numbered in ascending order. You can change the type of markers by adding attributes to the <ul>
and <ol>
tag.