HTML 参考手册
HTML <ul> compact 属性
在无序列表中使用compact属性
源代码:
点击运行 »
<ul compact> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul>
运行结果:
点击运行 »