Computer Science, asked by RifaBorbora, 11 months ago

Please answer the above question from the attachment ! ​

Attachments:

Answers

Answered by Shahniz
1

Pls refer the attachment above

Attachments:
Answered by siddhartharao77
4

Sample HTML code:

<html>

<body>

<table style="width:75%" border="4px" cellpadding="1" cellspacing="1">

<tr>

<th rowspan="2" align="left">English</th>

<td>Grammar</td>

</tr>

<tr>

<td>Comprehension</td>

</tr>

<tr>

<th rowspan="2" align="left">Maths</th>

<td>Algebra</td>

</tr>

<tr>

<td>Physics</td>

</tr>

<tr>

<th rowspan="3" align="left">Science</th>

<td>Physics</td>

</tr>

<tr>

<td>Chemistry</td>

</tr>

<tr>

<td>Biology</td>

</tr>

</table>

</body>

</html>

Attachments:
Similar questions