ul 无序列表
示例:
<ul>
<li>刘伟 www.sphard.com</li>
<li>刘伟 www.sphard.com</li>
<li>刘伟 www.sphard.com</li>
<li>刘伟 www.sphard.com</li>
<li>刘伟 www.sphard.com</li>
</ul>
效果:
type 属性:
<ul>
<li>刘伟 www.sphard.com</li>
<li type="disc">刘伟 www.sphard.com</li>
<li type="circle">刘伟 www.sphard.com</li>
<li type="square">刘伟 www.sphard.com</li>
</ul>
效果: