Math, asked by prakharnigam20, 1 year ago

Write code to produce following HTML table (question 13)

Attachments:

Answers

Answered by siddhartharao77
2

Step-by-step explanation:

<html>

<head>

<title>HTML sample table</title>

</head>

<body>

<table border="3" width="700" height="100" cellspacing="0">

<tr>

<th colspan = "3"> Exam Class X</th>

</tr>

<tr>

<td> Fragment I</td>

<td>Fragment II </td>

<td> Fragment III</td>

</tr>

</table>

</body>

</html>


<!Hope it helps...!>

Attachments:

siddhartharao77: :-)
Answered by Kajjs10
0

answer is here ur mate mark me brainliest

Attachments:
Similar questions