in html coding which _ tag make a numbered list
atal91:
hi
Answers
Answered by
0
Jump to li> Tag · Ordered / Numbered Lists – the <ol> Tag. <ol type="A"> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ol>
these tags help you.
these tags help you.
Answered by
1
The <ol> tag is used to make numbered list.
For example:
<html>
<head>Using OL tag</head>
<body>
<ol>
<li>This is the first item of you list.
<li>Second item
<li>You can use as many items as you want
</ol>
</body>
</html>
Hope it helps.
Please mark as brainliest.
Similar questions