Write code to produce following HTML table (question 13)
Attachments:
Answers
Answered by
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
0
answer is here ur mate mark me brainliest
Attachments:
Similar questions
Biology,
7 months ago
Physics,
7 months ago
Math,
7 months ago
English,
1 year ago
Environmental Sciences,
1 year ago