Computer Science, asked by jaganrao6567, 5 months ago

write an html code to display an ordered list with its various type

Answers

Answered by abcd17867
0

Explanation:

The HTML <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical.

...

HTML List Tags.

Tag Description

<ul> Defines an unordered list

<ol> Defines an ordered list

<li> Defines a list item

<dl> Defines a description list

Similar questions