'start' Syntax and Note : start ol « Javascript Properties « JavaScript Reference

'start' Syntax and Note

Note:

Read and write property. 
Sets the starting number for a <li> element.
    
Syntax:
    
document.getElementById("olID").start = value
document.all.olID.start = value // IE only

    

      
      








Related examples in the same category

1.'start' Example
2.'start' is applied to