Horje

How to add An ordered list starting at "50" - HTML start Attribute

The ol start attribute.
index.html
Example: HTML
 <ol start="50">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol> 

Output should be:

How to add An ordered list starting at "50" - HTML start Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin