Home  >  Article  >  Web Front-end  >  HTML5每日一练之OL列表的改良

HTML5每日一练之OL列表的改良

WBOY
WBOYOriginal
2016-05-17 09:09:221296browse

在HTML5中的OL被改良了,为它增加了两个新属性。

start属性:
start属性用来定义列表编号的起始位置,比如下面的代码,列表将从50开始51...55以此类推

    1.         
    2. 首页
    3.         
    4. 阅览室
    5.         
    6. 我的
    7.         
    8. 简历
    9.         
    10. 社区
    11.         
    12. 教程
    13.         
    14. HTML5
    15.         
    16. 专题
    17.         
    18. 酷站
    19.         
    20. TShirt
    21.         
    22. 作品
    23.         
    24. 学院




    reversed属性:
    reversed属性表示将列表进行反转,但是目前还没有任何一款浏览器对其提供支持,在这里就不细说了。

    运行一下看看效果:
      1.         
      2. 首页
      3.         
      4. 阅览室
      5.         
      6. 我的
      7.         
      8. 简历
      9.         
      10. 社区
      11.         
      12. 教程
      13.         
      14. HTML5
      15.         
      16. 专题
      17.         
      18. 酷站
      19.         
      20. TShirt
      21.         
      22. 作品
      23.         
      24. 学院




      Statement:
      The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
      Previous article:HTML5 Canvas 起步(1)-基本概念Next article:HTML5-结构