Advertisements
Advertisements
Question
Write HTML code to display the unordered list (with square bullets) of two cities “DELHІ” and “MUMBAI”. The web page should have a yellow background and the title of the page should be ‘My Cities’.
Code Writing
Advertisements
Solution
<HTML> <HEAD> <TITLE>My Cities</TITLE> </HEAD>
<BODY bgcolor = "yellow"> <UL type = "square"><LI> DELHI </LI><LI> MUMBAI </LI> </UL> </BODY> </HTML>
shaalaa.com
Is there an error in this question or solution?
