Write the HTML code to create the given table.
Note click on Question to enlarge)
CBSE
Grade 5 Grade 6 Grade 7
Attachments:
Answers
Answered by
0
Answer:
<html>
<head>
<title>CBSE Board</title>
</head>
<body>
<table border="1">
<th>CBSE</th>
<tr>
<td>Grade 5</td>
<td>Grade 6</td>
<td>Grade 7</td>
</tr>
</table>
</body>
</html>
Hope it helps you!!!
Please mark me as the BRAINLIEST!!!
Similar questions