Blogger Information
Blog 45
fans 0
comment 0
visits 34831
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1209列表元素
咸鱼老爷
Original
604 people have browsed it

无序列表

ul+li

  1. <ul>
  2. <li>牛奶一箱</li>
  3. <li>蛋糕一个</li>
  4. <li>苹果10斤</li>
  5. </ul>

效果图

有序列表

ol+li

  1. <ol>
  2. <li>牛奶一箱</li>
  3. <li>蛋糕一个</li>
  4. <li>苹果10斤</li>
  5. </ol>

效果图

自定义列表

dl+dt+dd…

  1. <dl>
  2. <dt>名称:</dt>
  3. <dd>php中文网</dd>
  4. <dt>地址:</dt>
  5. <dd>这是地址</dd>
  6. <dt>联系:</dt>
  7. <dd>电话:<a href="tel:1234567896">123456**456</a></dd>
  8. <dd>邮箱:<a href="mailto:admin@admin.com"></a></dd>
  9. </dl>

效果图

应用1.导航

  1. <ul class="menu">
  2. <li><a href="#">首页</a></li>
  3. <li><a href="#">视频教学</a></li>
  4. <li><a href="#">社区问答</a></li>
  5. <li><a href="#">资料下载</a></li>
  6. <li><a href="#">登录</a></li>
  7. </ul>

效果图

应用2.通用列表

  1. <ul>
  2. <li>
  3. <a href="https://www.php.cn/course/812.html"><img src="https://img.php.cn/upload/course/000/000/001/5d240e769553b901.jpg" alt=""></a>
  4. <a href="">web前端开发</a>
  5. </li>
  6. <li>
  7. <a href="https://www.php.cn/course/812.html"><img src="https://img.php.cn/upload/course/000/000/001/5d240e769553b901.jpg" alt=""></a>
  8. <a href="">web前端开发</a>
  9. </li>
  10. <li>
  11. <a href="https://www.php.cn/course/812.html"><img src="https://img.php.cn/upload/course/000/000/001/5d240e769553b901.jpg" alt=""></a>
  12. <a href="">web前端开发</a>
  13. </li>
  14. <li>
  15. <a href="https://www.php.cn/course/812.html"><img src="https://img.php.cn/upload/course/000/000/001/5d240e769553b901.jpg" alt=""></a>
  16. <a href="">web前端开发</a>
  17. </li>
  18. </ul>
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post