Computer Science, asked by sam575644, 5 months ago

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 puneetthakur551
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