14. HTML 列表(无序, 有序, 定义)

一.  方法: (1)列表项:<li></li>

                      无序列表<ul></ul>

                      有序列表<ol><ol>

                 (2) 自定义列表项

                     <dl>

                             <dt>

                                  <dd> </dd>

                             </dt>

                     </dl>

原文地址:https://www.cnblogs.com/gavinwu/p/3204280.html