CBSE BOARD XII, asked by Deeksha31, 1 year ago

write a code to produce following html table

Attachments:

Answers

Answered by Diligentstudent
9
<html>
<head>
</head>
<body>
<Table>
<TR>
<TD>A</TD>
</TR>
<TR>
<TD>B</TD>
<TD>C</TD>
</TR>
</Table>
</body>
</html>
Similar questions