Example of the start Attribute : ol : List Style HTML CSS TUTORIALS


HTML CSS TUTORIALS » List Style » ol »

 

Example of the start Attribute


 
<html>
  <head>
    <title>Example of the start Attribute</title>
  </head>
  <body>
    <ol start="4">
      <li>This list should start at four</li>
      <li>Therefore this item should be five</li>
      <li>And this item should be six</li>
    </ol>
  </body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo List Style
» ol