Write HTML code to produce following table :
14 Likes
<HTML> <BODY> <TABLE frame = "void" rules = "all"> <TR> <TD> A </TD> <TD> D </TD> </TR> <TR> <TD> B </TD> <TD> E </TD> </TR> <TR> <TD> C </TD> <TD> F </TD> </TR> </TABLE> </BODY> </HTML>
Answered By
8 Likes
How do you create different table section ?
Write code to produce following HTML table :