<FRAMESET> and </FRAMESET>

See Frames and how they work for more information about frames.

Attributes:

border = n
Netscape only. Specify width of border in pixels.
bordercolor="color"
The color of the border. 
frameborder =value
Defines the type of border for the framed page.

YES Netscape - Include border
NO Netscape - Do not include border
0 Internet Explorer - Do not include border

Examples:

<frameset framespacing="0" border="0" cols="162,*" frameborder="0">
  <frame name="left" src="igiftshop_menu.htm" scrolling="auto" noresize 
   target="_top">
  <frame name="right" src="http://www.igiftshops.com/claudiasgiftshop.asp" 
    scrolling="auto">
  <noframes>
  <body topmargin="2" leftmargin="2">
  <p>This page uses frames, but your browser doesn't support them.
  </body>
  </noframes>
</frameset>