码迷,mamicode.com
首页 > 其他好文 > 详细

列表标签

时间:2017-08-20 12:24:01      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:strong   ref   开始   pre   com   网页中显示   target   tle   tar   

1.无序列表ul-li 在网页中显示的默认样式一般为:每项li前都自带一个圆点

<ul>                      
  <li>信息</li>
  <li>信息</li>
   ......
</ul>

2.有序列表ol-li 在网页中显示的默认样式一般为:每项<li>前都自带一个序号,序号默认从1开始 

<oll>                      
  <li>信息</li>
  <li>信息</li>
   ......
</ol>

3.定义列表:dl dt dd  

<dl>                      
  <dt>定义列表中的项目</dt>
  <dd>描述列表中的项目</dd>
   ......
</dl>


列表标签

标签:strong   ref   开始   pre   com   网页中显示   target   tle   tar   

原文地址:http://www.cnblogs.com/lucky-n/p/7399283.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!