11 Write HTML code to display the unordered list (with square bullets) of two cities
Answers
Answered by
6
Answer:
<html>
<head>
<title>Cities</title>
</head>
<body>
<ul type = "square">
<li> Shimla </li>
<li> Delhi </li>
</ul>
</body>
</html>
Hope it helps ❣️
Answered by
9
<HTML>
<HEAD>
<TITLE>UNORDERED LIST</TITLE>
</HEAD>
<BODY>
<UL TYPE="SQUARE ">
<LI>CHITTARANJAN</LI>
<LI>ASANSOL</LI>
</UL>
</BODY>
</HTML>
.....hope it helps uuu....plss mark me as the brainliest
Similar questions