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

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