Computer Science, asked by raj139786, 4 months ago

observe the following table and write the HTML code to generated it.​

Attachments:

Answers

Answered by ItzTannie
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