Computer Science, asked by arunarani1515, 8 months ago

write an HTML code to creat the following ordered list ​

Answers

Answered by ashree27
4

Answer:

hope it helps you

Explanation:

<ol>

<li>apple</li>

<li>mango</li>

<li>banana</li>

</ol>

output will be

1. apple

2. mango

3. banana

Similar questions