Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Web Tutorial
HTML Lists
How to create HTML Lists
How to create Unordered HTML List
How to create Ordered HTML List
How to create HTML Description Lists
How to create Unordered HTML List - Choose List Item Marker
How to create Nested HTML Lists
How to create HTML Horizontal List with CSS
How to create Ordered HTML List - The Type Attribute
Basic Example of Ordered HTML List - The Type Attribute
How to create HTML Ordered HTML List Number
How to create HTML Ordered Uppercase Letters
How to create HTML Ordered Lowercase Letters
How to create HTML Ordered Uppercase Roman Numbers
How to create HTML Ordered Lowercase Roman
How to create HTML Control List Counting
Home
Web Tutorial
Full Course
English Tutorial
HTML
HTML Lists
Basic Example of Ordered HTML List - The Type Attribute
Basic Example of Ordered HTML List - The Type Attribute
The HTML <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical.
index.html
Example:
HTML
<ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
Try Now
Output should be:
Next
Previous
Type
:
html
Category
:
Web Tutorial
Sub Category
:
HTML Lists
Uploaded by
:
Admin