Computer Science, asked by panwaraman335, 1 year ago

Q.14- Observe the following table and write the HTML code to generate it.
Sunday
Tuesday
Thursday
Monday
Wednesday
Friday​

Answers

Answered by yashdoshi2810
2

Answer:

<HTML>

<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>

Answered by sumitkumar04ever
0

Answer:

Answer:

<HTML>

<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>

</table>

</body>

</html>

Similar questions