write a code to produce following html table
Attachments:
![](https://hi-static.z-dn.net/files/db9/ff5b8360f53b69890292d8a2f15168fa.jpg)
Answers
Answered by
9
<html>
<head>
</head>
<body>
<Table>
<TR>
<TD>A</TD>
</TR>
<TR>
<TD>B</TD>
<TD>C</TD>
</TR>
</Table>
</body>
</html>
<head>
</head>
<body>
<Table>
<TR>
<TD>A</TD>
</TR>
<TR>
<TD>B</TD>
<TD>C</TD>
</TR>
</Table>
</body>
</html>
Similar questions