Advertisements
Advertisements
प्रश्न
Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for any 4 specifications out of the given 5 specifications.

Specification-1: The HTML code structure should be proper. Heading ‘List of states and their popular cities ‘ should be the second level of heading at the center of the page and the Background color of the page should be yellow.
Specification-2: JPG Image named “NATION” should be placed.
Specification-3: The page should consist of a nested list and the data as exactly given in the question. The outer list should be numbered list.
Specification-4: The inner list as given should be symbol based
Specification-5: feedback should be the email link [email protected]
संक्षेप में उत्तर
Advertisements
उत्तर
<HTML>
<HEAD>
<TITLE> </TITLE>
</HEAD>
<BODY bgcolor=”yellow”>
<H2 align=”center”>List of states and their popular cities </H2>
<Imgsrc=”Nation.jpg” Border=2>
<ol type=1>
<li> Uttar Pradesh
<ul type= “square”>
<li> Lucknow
<li>Banaras
</ul>
<li> Bihar
<li> Madhya Pradesh
<li> Punjab
<ul type= “square”>
<li> Amritsar
<li> Ludhiana
</ul>
<li> Maharashtra
</ol>
Give <a href=”mailto:[email protected]”> feedback </a>
</BODY>
</HTML>shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
