Recent

6/recent/ticker-posts

HTML Que 2

HTML (QUE 2)


Q1. Create this Web Page


Elephant Image 



ANS.

<html>
<head>
<title>My Page</title>
</head>
<body bgcolor="cyan">
<p><b>Indian Elephant</b></p>
<p>The Indian elephant (Elephas maximus indicus) is one of three extant recognised subspecies of the Asian elephant and native to mainland Asia.
Since 1986, the Asian elephant has been listed as Endangered on the IUCN Red List as the wild population has declined by at least 50% since the 1930s to 1940s, i.e. three elephant generations. The Asian elephant is threatened by habitat loss, degradation and fragmentation. </p>
<img src="C:\Users\Public\Pictures\Sample Pictures\1280px-Elephas_maximus_(Bandipur).jpg" height="150" width="200" align="right">
<p>see also:</p>
<ul>
<li>African Elephant</li>
<li>Borneo Elephant</li>
<li>Sri Lankan Elephant</li>
</ul>
</body>
</html>


Q2. Create this Web page






ANS.

<html>
<head>
<title>My Page</title>
<body>
<h1  align="center "style ="color :Red;">Welcome to LONDON</h1>
<hr size="5">
<p>Enjoy the world of pure travel</p>
<p>Places to visit</p>
<ol>
<li>Buckingham Palace</li>
<li>Tower of London</li>
<li>British Museum</li>
<li>The shard</li>
</ol>
<p>send feedback at <a href="mailto:abc@gamil.com? subject='feedback'">abc@gmail.com</a></p>
</body>
</html

Q3. Create this Web Page




ANS.

<html>
<head>
<title>My Page</title>
<body>
<h1 align="center" style="color: red;">Dances of  India</h1>
<p>Dance in India comprises numerous styles of dances, generally classified as classical or folk.As with other aspects of Indian culture, different forms of dances originated in different parts of India, developed according to the local traditions and also imbibed elements from other parts of the country.
Sangeet Natya Academy, the national academy for performing arts in India, recognizes eight traditional dances as Indian classical dances,while other sources and scholars recognize more. These have roots in the Sanskrit text Natya Shastra,and the religious performance arts of Hinduism.</p>
<h2 align="center">Dances</h2>
<table align="center" border="3">
<tr>
<td><b>CLASSICAL DANCES</b></td>
<td><b>FOLK DANCES</b></td>
</tr>
<tr>
<td>Mohini Attam</td>
<td>bharat natyam</td>
</tr>
<tr>
<td>Rouff of Kashmir</td>
<td>Hurkia Baol of Kumao</td>
</tr>
</table>
</body>
</html>


Q4. Create this Web Page



ANS.

<html>
<head>
<title>My Page</title>
</head>
<body bgcolor="Yellow">
<h1 align="center">National e-Governance Plan</h1>
<hr>
<font face="Arial" color="red">

<p>The National e-Governance Plan of India Government seeks to lay the foundation and provides the impetus for long-term growth of e-Governance within the country.</p>
</font>
</body>
</html>

Post a Comment

0 Comments