: The UL Element
Last updated: 2026-09-12
<ul>The UL Element
The <ul> (unordered list) element defines a list of items without order, rendered with bullet points by default. Each item is a <li>. Unordered lists suit navigation menus and checklists.
| Category | Lists |
|---|---|
| Content Model | Zero or more <li>, script-supporting elements |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </ul> tag |
| Status | Standard |
📝 Syntax
<ul>
<li>Item one</li>
<li>Item two</li>
</ul>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <ul> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||