HTML5 daily One practice ol list of improvements

Source: Internet
Author: User

The OL in HTML5 has been improved, adding two new attributes to it.

Start Property:
The Start property is used to define the starting position of the list number, such as the following code, which starts at 50 51 ... 55 etc.

    1. <ol start= ">"
    2. <li> Home </li>
    3. <li> Reading Room </li>
    4. <li> my </li>
    5. <li> CV </li>
    6. <li> Community </li>
    7. <li> Tutorials </li>
    8. <li>HTML5</li>
    9. <li> Topics </li>
    10. <li> Cool Station </li>
    11. <li>TShirt</li>
    12. <li> Works </li>
    13. <li> College </li>
    14. </ol>
Copy Code



Reversed Properties:

The reversed property means that the list is reversed, but there is no browser that supports it at this point.



Run a look at the effect:

      1. <ol start= "Reversed>"
      2.         <li> Home & Lt;/li>
      3.         <li> reading room </li>
      4.      & Nbsp;  <li> my </li>
      5.         <li> CV </li>
      6.         <li> Community </li>
      7.        & nbsp;<li> tutorial </li>
      8.         <li>html5</li>
      9. & nbsp       <li> special </li>
      10.         <li> Cool Stations </li>
      11.         <li>tshirt</li>
      12.         <li> works </li>
      13.         <li> College </li>
      14. </ol>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.