HTML | <ul> compact Attribute
The HTML | <ul> compact Attribute is used to define the list should be smaller than the normal by reducing the space between the list items and the indentation of the list. It is a Boolean attribute.
Syntax:
<ul compact>
Note: The HTML ul compact attribute in not supported by HTML 5.
Examples:
<!DOCTYPE html> < html > < head > < title >HTML ul compact attribute</ title > </ head > < body > < h1 >GeeksforGeeks</ h1 > < h2 >HTML ul compact attributeg</ h2 > < p >GeeksforGeeks courses List:</ p > < ul compact> < li >Geeks</ li > < li >Sudo</ li > < li >Gfg</ li > < li >Gate</ li > < li >Placement</ li > </ ul > </ body > </ html > |
chevron_right
filter_none
Output:
Supported Browsers: The browser supported by HTML <ul> compact attribute are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Safari
- Opera