Horje

How to Use of the value attribute in an ordered list

Use of the value attribute in an ordered list.

index.html
Example: HTML
<ol>
  <li value="100">Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
  <li>Water</li>
  <li>Juice</li>
  <li>Beer</li>
</ol>

Output should be:

How to Use of the value attribute in an ordered list




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