Computer Science, asked by vartikaboutique, 5 months ago

Which of the following tags is suitable for creating numbered list?
I <BL>
<OL>
<UL>
None of these​

Answers

Answered by phenomenalshwet
5

Answer:

<ol>

Explanation:

To create ordered list in HTML, use the <ol> tag. Ordered list starts with the <ol> tag. The list item starts with the <li> tag and will be marked as numbers, lowercase letters uppercase letters, roman letters, etc.

mark as brainlist

Similar questions