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