Solve plzzziz "zzzzzzz
Attachments:

Answers
Answered by
0
what kind of question is this I am not understanding
chaku319:
To write HTML
Answered by
1
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>
Hope it helps!
Attachments:

Similar questions