Horje

Full Example of HTML Ordered Lowercase Roman

HTML Ordered Lowercase Roman defines <ol type="i">
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>Ordered List with Lowercase 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 Lowercase Roman




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