HTML <menu> compact Attribute
Example
Use of the compact attribute in a menu list:
<menu compact="compact">
<li>html</li>
<li>xhtml</li>
<li>css</li>
</menu>
Try it Yourself »
Browser Support
| Attribute | |||||
|---|---|---|---|---|---|
| compact | Not supported | Not supported | Not supported | Not supported | Not supported |
Definition and Usage
The compact attribute specifies that the list should render smaller than normal, by reducing the space between lines and the indentation of the list.
Compatibility Notes
The compact attribute of <menu> is not supported in HTML5.
Look at ordered (<ol>) and unordered (<ul>) HTML lists instead.
Syntax
<menu compact="compact">
Attribute Values
| Value | Description |
|---|---|
| compact | Specifies that the list should render smaller than normal |
❮ HTML <menu> tag