<html>
<body>
<ol>
<li>Coffee</li>
<li type="a">Tea</li>
<li>Milk</li>
</ol>
<ul>
<li type="square">Tea</li>
</ul>
<p>在 HTML 4.01 中,不赞成 type 属性;在 XHTML 1.0 Strict DTD 中,不支持 type 属性。请使用 CSS 代替。</p>
</body>
</html>