Horje

How to add HTML <ol> type Attribute

An ordered list with uppercase roman numbers.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The ol type attribute</h1>

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

</body>
</html>

Output should be:

How to add HTML <ol> type Attribute




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