ul 无序列表

示例:

1 2 3 4 5 6 7
<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>

效果:
ul

type 属性:

1 2 3 4 5 6
<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>

效果:
ul-type

results matching ""

    No results matching ""