CBSE Class 10 Computer Applications
Question 121 of 125
HTML II — Images, Links and Tables — Question 35
Back to all questions 35
Question Question 35
Write HTML code to produce following table :

<HTML>
<BODY>
<TABLE frame = "lhs" rules = "all">
<TR> <TD> A </TD> <TD> C </TD><TD> E </TD> </TR>
<TR> <TD> B </TD> <TD> D </TD> <TD> F </TD></TR>
</TABLE>
</BODY>
</HTML>