Computer Science, asked by rubinavalia, 5 months ago

find the errors in the following code and rewrite .
<UL TYPES; square >
<L1 >Bottle
<L2> lunch
<L3>Handkercheif
<\UL>

Answers

Answered by overthetopofyourhead
1

Answer:

<!DOCTYPE html>

<html>

<body>

<ul style="list-style-type:square;">  

<li>Water Bottles </li>

<li> Lunch Box </li>

<li> Handkerchief </li>

</ul>

</body>

</html>

Explanation:

Good Luck For Exams!

Similar questions