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

HTML ol Tag

HTML ol Tag

 

 

The ol tag is used to define an ordered list. An ordered list can be numerical or alphabetical.

 

Attribute 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.

 

Syntax:-

 

Its syntax is:- < ol >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML