<html>
<body>
<ol compact>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
<p><b>Note:</b> The compact attribute is not supported by any of the major browsers.</p>
<p>The compact attribute was deprecated in HTML 4, and is not supported in HTML 4.01 Strict DTD or in XHTML 1.0 Strict DTD. Use CSS instead.</p>
</body>
</html>