Computer Science, asked by jhayash76, 9 months ago

11 Write HTML code to display the unordered list (with square bullets) of two cities​

Answers

Answered by ruhira2007
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 kousani71
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