Home → References → HTML Tags →
HTML Tag: li
List item. Used in conjunction with ul or ol to make an unordered list or ordered list respectively.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
Example
<ul>
<li>This</li>
<li>That</li>
<li>The other</li>
</ul>

