An ordered list with uppercase roman numbers.
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>
Type
: |
html |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Tag |
Uploaded by
: |
Admin |