Last updated: 2026-09-12
<li>The LI Element
The <li> (list item) element represents an item in a <ul> or <ol>. In ordered lists, the value attribute overrides the item's number.
| Category | Lists |
|---|---|
| Content Model | Flow content |
| Allowed Parents | <ul>, <ol>, <menu> |
| Content Tag | Yes — requires closing </li> tag |
| Status | Standard |
📝 Syntax
<li>List item content</li>
⚙️ Attributes
This element supports the global attributes plus the following:
| Attribute | Value | Description |
|---|---|---|
value | Number | Only valid in ordered lists; overrides the item's number. |
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <li> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||