write html code to generate the following output
Answers
<html>
<head>
<title>Dance of India</title>
</head>
<body bgcolor = "yellow" link = "green" alink = "blue" vlink ="red">
<h1 align = "center">
<font color = "maroon">
Dance of India.
</font></h1>
<br>there......................................
...............................................................................................folk dances.
<IMG src = "dance.png" height = "100" width ="100" align = "right">
<table align = "center" bordercolor = "blue" width="2">
<caption>
Dances of India
</caption>
<tr>
<th>classical dances</th>
<th>folk dances</th>
</tr>
<tr>
<td>............</td>
<td>............</td>
</tr>
tr>
<td>............</td>
<td>............</td>
</tr>tr>
<td>............</td>
<td>............</td>
</tr>
</table>
</br>
Lists
<ul>
<li><A href = "one.html">...............</A></li>
<li><A href = "two.html">...............</A></li>
<li><A href = "three.html">...............</A></li>
<li>
<A href = "mailto : [email protected]">contact us</A>
</li>
</Ol>
</body>
</html>