'start' specifies the starting number in an ordered list : start 2 : List Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » List Attributes » start 2 »

 

'start' specifies the starting number in an ordered list



    
<HTML>
<head>
<Title>Example For start</Title>
</head>
<BODY>
<ol start="12">
   <li>Item 1</li>
   <li>Item 2</li>
   <li>Item 3</li>
   <li>Item 4</li>
   <li>Item 5</li>
</ol>
</BODY>
</HTML>  

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo List Attributes
» start 2