Computer Science, asked by princeraj14490, 6 months ago

write HTML code to display the unordered list of cities? ​

Answers

Answered by himanshianadi
1

Explanation:

hope u got it pls like and subscribe nap

Attachments:
Answered by sahil10august
5

<html>

<head>

<title>Unordered List</title>

<body>

<li>

Lucknow

</li>

<li>

Varanasi

</li>

<li>

Allahabad

</li>

<li>

Panjab

</li>

<li>

Gujarat

</li>

</body>

</head>

</html>

May be it is helpful

Similar questions