Computer Science, asked by chaku319, 10 months ago

Solve plzzziz "zzzzzzz​

Attachments:

Answers

Answered by vinay2007
0

what kind of question is this I am not understanding


chaku319: To write HTML
vinay2007: what are you asking bro
Answered by siddhartharao77
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