• Coffee
  • Tea
  • ">
  • Coffee
  • Tea
  • " />
    Easy Tutorial
    ❮ Canvas Miterlimit Att Video Width ❯

    HTML <ol> start Attribute

    HTML <ol> Tag

    Example

    An ordered list starting from "50":

    <ol start="50">
        <li>Coffee</li>
        <li>Tea</li>
        <li>Milk</li>
    </ol>
    

    Browser Support

    All major browsers support the start attribute.


    Definition and Usage

    The start attribute specifies the starting value of the first list item in an ordered list.


    Differences Between HTML 4.01 and HTML5

    In HTML5, the start attribute for the <ol> element is no longer deprecated.


    Syntax

    Attribute Values

    Value Description
    number Specifies the starting value of the first list item in an ordered list.

    ❮ Canvas Miterlimit Att Video Width ❯