Horje

Full Example of Ordered HTML List

The list items will be marked with numbers by default:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>An ordered HTML list</h2>

<ol>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>  

</body>
</html>

Output should be:

Full Example of Ordered HTML List




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