Computer Applications
Write HTML code to produce following table :

HTML Advanced Features
33 Likes
Answer
<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>
Answered By
23 Likes
Related Questions
Write HTML code to produce following table :

Write HTML code to produce following table :

Create a table having three header rows with yellow background colour, five table-body rows having pink colour and two footer rows having cyan colour. Assume table contents on your own.
Write code to produce following HTML tables :
