HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

Ordered List in HTML

Ordered List

 

 

An ordered list starts with the ol tag, and each list item is defined by the li tag. The list item will be automatically marked by numbers.

 

Syntax:-

 

Its syntax is:- < ol >

 

Explanation:-

 

Attribute Value Description
reversed reversed Specifies that the list order should be reversed (9,8,7...)
start number Specifies the start value of an ordered list
type 1
A
a
I
i
Specifies the kind of marker to use in the list

Code Explanation

All Tutorials related to HTML Basics

All Sections related to HTML