Computer Science, asked by aman6642, 1 year ago

write an HTML program to see the following picture

Attachments:

Answers

Answered by Anonymous
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