Back to Concepts

<ul>

An unordered list (bullet points).

The `<ul>` tag defines an unordered (bulleted) list. Use the `<ul>` tag together with the `<li>` tag to create unordered lists.

Live Example & Code

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