HTML <li> Tag
The <li>
tag is used to indicate a single item in a list.
The <li>
tag is placed within ordered lists (<ol>), unordered lists (<ul>), and menu lists (<menu>).
In the <ul> and <menu> HTML elements, list items are typically shown with bullet points.
In an ordered list <ol>, the items are typically shown with numbers or letters.
Tip: Use CSS to style lists.