observe the following table and write the HTML code to generated it.
Attachments:
Answers
Answered by
2
Answer:
<HEAD>
<TITTLE></TITTLE>
</HEAD>
<BODY>
<table border= "3">
<tr>
<caption><bg color="yellow"</bg color="yellow> marks</caption>
</tr>
<tr>
<bg color="green">
<th>English</th>
<th>Maths</th>
<th>economics</th>
<th>Physics</th>
</tr>
<tr>
<TD>
67
</TD>
<TD>
89
</TD>
<TD>
77
</TD>
<TD>
92
</TD>
</tr>
</table>
</body>
</html>
Hope it helps you.. :)
Explanation:
Similar questions
Math,
2 months ago
Math,
2 months ago
Math,
2 months ago
Math,
10 months ago
Computer Science,
10 months ago