Use of the compact attribute in an unordered HTML list:
![]()
The compact attribute is not supported by any of the major browsers.
The <ul> compact attribute is not supported in HTML5. Use CSS instead.
The compact attribute of <ul> is deprecated in HTML 4.01.
The compact attribute is a boolean attribute.
When present, it specifies that the list should render smaller than normal, by reducing the space between lines and the indentation of the list.
The compact attribute of <ul> is deprecated in HTML 4.01. Use CSS instead.
CSS syntax: <ul style="line-height: 80%">
CSS Example: Reduce line-height in a list
In our CSS tutorial you can find more details about the line-height property.
In XHTML, attribute minimization is forbidden, and the compact attribute must be defined as <ul compact="compact">.
HTML <ul> tag
Your message has been sent to W3Schools.