zoukankan      html  css  js  c++  java
  • OL标签

    属性

    属性 描述
    compact compact HTML5中不支持,不赞成使用。请使用样式取代它。 规定列表呈现的效果比正常情况更小巧。
    reversed reversed HTML5中新属性,指定列表倒序(9,8,7...)
    start number HTML5不支持,不赞成使用。请使用样式取代它。 规定列表中的起始点。
    type 1,A,a,I,i 规定列表的类型。不赞成使用。请使用样式代替。
    <!DOCTYPE html>
    <html>
    <head>
    	<title>progress</title>
    	<meta charset="utf-8">
    </head>
    <body>
    <body>
    <ol reversed="reversed" type="I">
    	<li>葡萄</li>
    	<li>香蕉</li>
    	<li>苹果</li>
    	<li>橘子</li>
    	<li>梨</li>
    	<li>猕猴桃</li>
    </ol>
    </body>
    </html>
  • 相关阅读:
    仓储模式Repository
    jwt测试
    net core webapi jwt
    net core发布到iis遇到的困难
    新的目标
    L9-2.安装mysql数据库
    L9-1-安装Apache
    L8_2
    Linux 08
    Linux 07 故障恢复
  • 原文地址:https://www.cnblogs.com/masai1969/p/4385298.html
Copyright © 2011-2022 走看看