Horje

Full Example of HTML Ordered Uppercase Roman Numbers

Ordered List with Roman Numbers define <ol type="I"> Tag
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>Ordered List with Roman Numbers</h2>

<ol type="I">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>  

</body>
</html>

Output should be:

Full Example of HTML Ordered Uppercase Roman Numbers




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