'start' Example : start ol « Javascript Properties « JavaScript Reference

'start' Example

    
<html>
<body>
   <ol id="myList">
      <li>Item One</li>
      <li>Item Two</li>
      <li>Item Three</li>
      <li>Item Four</li>
      <li>Item Five</li>
   </ol>
<button onclick="document.all.myList.start=12;">Set Start</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'start' Syntax and Note
2.'start' is applied to