Computer Science, asked by ipragatitiwari, 4 months ago

what is <OL> tag used for? Write the <OL> tag along with its attributes to create a numbered list, where numbering is done using alphabets starting from 'e'.​

Answers

Answered by prakharj744
1

<ol>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ol>

<ol start="50">

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ol>

HOPE THIS ANSWER UNDERSTAND YOU................

Attachments:
Similar questions