write an HTML program to see the following picture
Attachments:
Answers
Answered by
0
HI,
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<table>
<thead>
<tr>
<th>No.</th>
<th>Roll</th>
<th>Class</th>
</tr>
</thead>
<tbody>
<tr>
<td>Aman</td>
<td>32</td>
<td>VIII</td>
</tr>
</tbody>
</table>
</body>
</html>
Similar questions
Social Sciences,
7 months ago
History,
7 months ago
Geography,
7 months ago
Hindi,
1 year ago
Physics,
1 year ago
Environmental Sciences,
1 year ago
Math,
1 year ago