Computer Science, asked by AngiePangi, 3 days ago

tag for 3 fruits apple, orange, grapes numbering from ‘vi’ onwards
in webpage computer​

Answers

Answered by adityapathak457
1

Answer:

<html>

<body>

<h2>Ordered HTML list</h2>

<ol type ="I">

<li>Banana</li>

<li>Grapes</li>

<li>Mango</li>

<li>Papaya</li>

<li>Apple</li>

<li>Kiwi</li>

</ol>

</body>

</html>

Explanation:

save it from in .html on destop

Similar questions