Home > Web Front-end > H5 Tutorial > body text

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

WBOY
Release: 2016-05-17 09:09:22
Original
1293 people have browsed it

在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. 学院




      Related labels:
      source:php.cn
      Statement of this Website
      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
      Popular Tutorials
      More>
      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!