please tell this I will mark u as brain list
Answers
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>
</tr>
<tr>
<td>Chemistry</td>
</tr>
<tr>
<td>Biology</td>
</tr>
</table>
</body>
</html>
// Hope it helps! //
‹html›
‹head>
<title>appropriate name</title>
</head>
<body>
<table cell spacing="5" cell padding="4">
<tr>
<td align=center rowspan =2>English</td><td >grammar</td>
</tr>
<tr>
<td>comprehension</td>
</tr>
<tr>
<td align=center rowspan=2>maths</td>
<td>algebra</td>
</tr>
<tr>
<td>physics</td>
</tr>
<tr>
<td align=center rowspan=3>science</td><td>physics</td>
</tr>
<tr>
<td>chemistry</td>
</tr>
<tr>
<td>biology</td>
</tr>
</table>
</body>
</html>
plz mark it as brainliest