Last Updated : 22 Mar, 2022
The HTML <ol> 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:
<ol compact>
Note: The HTML <ol> compact attribute is not supported by HTML 5 instead of using this we can use the CSS line-height property.
Example:
<!DOCTYPE html>
<html>
<head>
<title>
HTML ol compact Attribute
</title>
</head>
<body>
<h1 style="color:green;">
GeeksforGeeks
</h1>
<h3>HTML <ol> compact Attribute</h3>
<p>Compact attribute</p>
<ol compact>
<li>HTML</li>
<li>CSS</li>
<li>JS</li>
</ol>
</body>
</html>
Output:
Supported Browsers: The HTML <ol> compact attribute is not supported by any major browsers.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4