Back to Concepts

<li>

A list item.

The `<li>` tag defines a list item. The `<li>` tag is used inside ordered lists (`<ol>`), unordered lists (`<ul>`), and in menu lists (`<menu>`).

Live Example & Code

Preview Output
<ul><li>Item</li></ul>
HTMLViz
© 2026 HTMLViz. Open Source Learning.