write a code to produce following html table
Attachments:
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