3.The <ol> tag defines an......
Answers
Answered by
0
Answer:
ordered list in HTML.
Explanation:
Example as,
<body>
<ol>
<li> Apples </li>
<li> Pears</li>
</ol>
</body>
Similar questions