If you solve the above questions then I will mark you as Brainliest otherwise will be reported
Answers
Answer:
1. <---HTML CODE STARTS HERE--->
<!DOCTYPE html>
<html>
<body bgcolor="yellow">
<h2>YOUR SCHOOL NAME HERE</h2>
<font face="Bookman Old Style" size="6">
<p>Write about your school here. Write about your school here. Write about your school here. Write about your school here. Write about your school here. Write about your school here. Write about your school here. Write about your school here. Write about your school here. Write about your school here. Write about your school here. </p>
<a href="yourschoolswebsite.extension">Click Here to visit my school's official website</a>
</font>
</body>
</html>
2. <---HTML CODE STARTS HERE--->
<!DOCTYPE html>
<html>
<head>
<style>
.wow{
background-color: #03cffc;
}
.heads {
background-color: green;
}
.data {
background-color: yellow;
}
</style>
</head>
<body>
<center>
<table height="250px" width="450px" text-align="center" border="none" padding="1px">
<tr class="wow">
<th>Average</th>
</tr>
<tr class="heads">
<th>Class</th><th>section</th><th>average marks</th>
</tr>
<tr class="data">
<td>XII</td><td>A</td><td>94.5%</td>
</tr>
<tr class="data">
<td>XI</td><td>B</td><td>91.8%</td>
</tr>
</table>
</center>
</body>
</html>
Recommendation:
Please mark me the Brainliest and Click on Thanks.