<li>: The HTML List Item Element
1 Description
The HTML <li>
element stands for "list item" and it
defines a single item in either a <ol>
element or
<ul>
element. <li>
elements may contain
other elements or text.
See Also
The <ol>
element.
The <ul>
element.
This document was last updated: