AI编程助手
AI免费问答

html各个列表元素的应用(一个例子)

不言   2018-08-23 11:12   2180浏览 原创

本篇文章给大家带来的内容是关于html各个列表元素的应用(一个例子),有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。

一、列表元素

nbsp;html>


    <meta>
    <title>Title</title>
    <!-- list-style: none;可以清除有序列表或无序列表前面的数字或者符号-->
    <style>
        ul {
            list-style: none;
        }
    </style>
        
  • first
  •     
  • second
  •     
  • third
        
  • first
  •     
  • second
  •     
  • third
        
  • first
  •     
  • second
  •     
  • third
        
  1. first
  2.     
  3. second
  4.     
  5. third
        
  1. first
  2.     
  3. second
  4.     
  5. third
        
  1. first
  2.     
  3. second
  4.     
  5. third
        
  1. first
  2.     
  3. second
  4.     
  5. third
        
  1. first
  2.     
  3. second
  4.     
  5. third
  6.     
  7. fouth
  8.     
  9. friday
  10.     
  11.     
    
    
hello world
    
welcome to html5
    
    
kan kan xiaoguo

二、效果展示

相关推荐:

了解HTML表单之input元素的30个元素属性_html/css_WEB-ITnose

HTML列表元素

前端入门到VUE实战笔记:立即学习
>在学习笔记中,你将探索 前端 的入门与实战技巧!

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。