Horje

Basic Example of Ordered HTML List - The Type Attribute

The HTML <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical.
index.html
Example: HTML
 <ol>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol> 

Output should be:

Basic Example of Ordered HTML List - The Type Attribute




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