Plzzz tell about Frames nd Table Tags in a table!! Plzz tell in detail
Answers
Frames
Frames are not part of standard HTML. They are an extension to HTML that Netscape created. Basically, you create a normal HTML file for each frame, plus a special HTML file (the 'frame document') to hold them all together. This frame document has the <frameset> container tag in place of <body> tag. The <frameset> tag splits the main browser window into multiple rows and columns. Some useful attributes you can use with frames are Border, Frameborder, Framespacing, Scrolling, Noresize, Marginwidth, Marginheight, Bordercolor etc.
Tables
Tables are defined with the <table> container tags. The <table> tag contains rows of cells, defined with the <tr> container tag. Each <tr> tag contains data cells, defined with the <td> container tag.
Hope it helps!
The frame attribute specifies which parts of the outside table borders that should be visible.
if you are satisfy with my ans then mark me as a brainlist
if there is something wrong then kindly rectify it