Return

Framesets and Frames

Start Tag Content End tag Notes
  Element Attribute Value          
< frameset cols=
rows=
border=
bordercolor=
frameborder=



framespacing
"25%, *"
"100, 400"
"2"
"red"
"0"
"1"
"no"
"yes"
"5"
> frame tags </frameset> This tag replaces the body tag and is used to define frames which must appear within the frameset tags.

You must either define rows or cols frames for each frameset.
< frame border=
bordercolor=
frameborder=



framespacing
name=
noresise=

marginwidth=
marginheight=
scrolling=

src=
target=



"2"
"red"
"no"
"yes"
"0"
"1"
"3"
"ref_name"
"yes"
"no"
"5"
"5"
"no"
"yes"
"http://..."
"_blank"
"_parent"
"_self"
"_top"
"frame name"
/> none none This tag provides for html page placement, border, and space around the html page within a document.


If you want frames without borders set frameset border="0" and frame frameborder="0".

Return
  © 2003, 2004, 2005, 2006 & 2007 by Charles Muench. All rights reserved.