please answer to this.
it's from computer.
class 10
Attachments:
Answers
Answered by
8
<!--Note: The description is unclear-->
<html>
<head style="color:maroon">
<style>
a:link
{
color:green;
}
a:visited
{
color:red;
}
a:active
{
color:blue;
}
h2
{
color:maroon;
}
caption
{
color:blue;
}
table,th,td
{
border: 2px solid blue;
}
p
{
color:orange:
}
</style>
</head>
<body style="background-color:yellow">
<h2> Dances of India</h2>
<table width="50%">
<caption> Dances of India</caption>
</br>
<tr>
<th> CLASSICAL DANCES</th>
<th>FOLK DANCES</th>
</tr>
<tr>
<td>Mohini Attam</td>
<td>Hikat of Himachal Pradesh</td>
</tr>
<tr>
<td>Bharata Natyam</td>
<td>Rouff of Kashmir</td>
</tr>
<tr>
<td>Odissi</td>
<td>Hurkia Baol Kumaon</td>
</tr>
</table>
</br></br>
<h4>List</h4>
<a href="one.html">Mohini Attam</a>
</br>
<a href="two.html">Bharata Natyam</a>
</br>
<a href="three.html">Odissi</a>
</br>
<a href="[email protected]">Contact Us</a>
<body>
</html>
<!-- Hope this helps! -->
<html>
<head style="color:maroon">
<style>
a:link
{
color:green;
}
a:visited
{
color:red;
}
a:active
{
color:blue;
}
h2
{
color:maroon;
}
caption
{
color:blue;
}
table,th,td
{
border: 2px solid blue;
}
p
{
color:orange:
}
</style>
</head>
<body style="background-color:yellow">
<h2> Dances of India</h2>
<table width="50%">
<caption> Dances of India</caption>
</br>
<tr>
<th> CLASSICAL DANCES</th>
<th>FOLK DANCES</th>
</tr>
<tr>
<td>Mohini Attam</td>
<td>Hikat of Himachal Pradesh</td>
</tr>
<tr>
<td>Bharata Natyam</td>
<td>Rouff of Kashmir</td>
</tr>
<tr>
<td>Odissi</td>
<td>Hurkia Baol Kumaon</td>
</tr>
</table>
</br></br>
<h4>List</h4>
<a href="one.html">Mohini Attam</a>
</br>
<a href="two.html">Bharata Natyam</a>
</br>
<a href="three.html">Odissi</a>
</br>
<a href="[email protected]">Contact Us</a>
<body>
</html>
<!-- Hope this helps! -->
siddhartharao77:
:-))
Similar questions