Computer Science, asked by diptirajusharma03, 3 months ago


write
the HTML code for the
following webpage ?
Unordered list :
1. cold drink.
2. hot drink
3. Ice cream.

Answers

Answered by KumariVaishnavi17
0

MERRY CHRISTMAS

!!!!

Answered by BrainlyAditya7669
1

Answer:

<html>

<body>

<ul>

<li>cold drink.</li>

<li>hot drink.</li>

<li>ice cream.</li>

</ul>

</body>

</html>

hope it helps

Similar questions