1.

Write the HTML code to generate a Web Page in the format given below :Consider the following while writing the HTML code1. Title of the page should be “Save Girl Child”2. Link colour should be “Maroon”, visited link colour should be “Red” .3. Heading of page is “violet”4. Picture used in the page is the file “savegirl.jpg”5. Table should have a border of width 1, border of table should be “green”.6. Background of first row is “yellow” and of second row is “cyan”7. Pages linked to :At the National level as “national.html”At the State level as “state.html”At the District level as “district.html8. Bottom message is of size 2 is linked to email-id [email protected]

Answer»

<html>

<head>

<title>Save Girl Child</title>

</head>

<body LINK="maroon" VLINK="red" >

<h1 align="center">Save girl child, educate girl child</h1>

<hr>

<img src="savegirl.jpg" width="142" height="127"

align="right"><strong>Save girl child, educate girl child (Beti Bachao, Beti Padhao) </strong>is a Government of India scheme that aims to generate awareness and improving the efficiency of welfare services meant for women.</p>

Project Implementation

<ol>

<li><a href="national.html">At the National level</a></li>

<li><a href="state.html">At the State level</a></li>

<li><a href="district.html">At the District level</a></li>

</ol>

<table width="300" border="1" bordercolor="green" >

<tr bgcolor=yellow>

<td colspan=3><center>The objectives of this initiative are:

</center></td>

</tr>

<tr bgcolor=cyan >

<td width="100">Prevention of gender biased sex selective elimination</td>

<td width="100">Ensuring survival protection of the girl child</td>

<td width="100">Ensuring education and participation of the girl child</td>

</tr>

</table>

<hr>

<FONT SIZE=2 > <p align="center"><a href="mailto:[email protected]">For Further Enquiries</a></p></font>

</body>

</html>



Discussion

No Comment Found

Related InterviewSolutions