Computer Science, asked by pks502321, 6 months ago

Write down the list of items that you need for your holiday trip. Give a suitable name to the list. Write the HTML code for these items to be shown in the web browser as an ordered list​

Answers

Answered by somnathgoswami2247
2

<html>

<body>

<h1>-List of Holiday items-</h1>

<ol>

<li>-food-</li>

<li-clothes-/li

li-money-/li

</ol>

</body>

</html>

Hope you will understand... Thank You...

Similar questions