How to have no border between frames in Html?

Question

How to have no border between frames in Html?

Re: How to have no border between frames in Html?

By default frames have visible borders between them. Sometimes, however, you want the frames to join directly to each other with no border between them. MSIE and Netscape recognize different attributes in for this purpose, but they are mutually compatible, so you can use all of them at once.
To create a borderless frameset, use a tag with FRAMEBORDER, FRAMESPACING, and BORDER attributes like this:

How to use noframes command in Html?
Browsers that don't know frames (for example, Mosaic or Lynx) see none of what was intended to be on the page. That's where comes in. Browsers that know frames will ignore everything between and . Browsers that don't understand frames will also not understand (and therefore ignore) , and display the content.
How to target the whole window using frames in Html?
Eventually in a framed site you want to "break out"... link to a page and have that page take over the entire window. To create this sort of link, we add TARGET="_top" to the tag: