33. Write HTML code to produce following table :
A
B
E
С C
F
Answers
Answered by
3
Explanation:
<html>
<head><title></title></head>
<body>
<table border="2" frame="void" rules="cols">
<tr>
<td>A</td>
<td>D</td>
</tr>
<tr>
<td>B</td>
<td>E</td>
</tr>
<tr>
<td>C</td>
<td>F</td>
</tr>
</table>
</body>
</html>
lf your like my answer then mark me as a brainliest
Similar questions
Social Sciences,
4 months ago
Math,
4 months ago
Math,
9 months ago
Math,
9 months ago
English,
1 year ago