HTML Frames: Syntax of the <FRAMESET> & <FRAME> TAG


This is the syntax of the HTML page that initializes your frame. Note: The <FRAMESET> replaces the <BODY> tag. <HTML>
<HEAD>
</HEAD>
<FRAMESET>
<FRAMESET Attributes>
<FRAME> frame setup
</FRAMESET>
</FRAMESET>
<NOFRAME>
Use this html code if is this browser does not support frames.
</NOFRAME>
</HTML>




FRAMESET SYNTAX

Description Tag Attributes
Used in place of the <BODY> tag to initialize the framed page. The frame info is rapped by these tags. <FRAMESET>
</FRAMESET>
Used inside of the first <FRAMESET> to define the rows, columns, and the attributes of the frameset. <FRAMESET>
</FRAMESET>
ROWS="pixels or
% of screen or
*
"
COLS="pixels or
% of screen or
*
"
FRAMEBORDER="yes|no"
BORDER="pixels"
BORDERCOLOR="#rrggbb"
Used inside of the above <FRAMESET> to name, define the attributes, and load the frame. <FRAME>
SRC="url"
NAME="A-z***"
MARGINWIDTH="pixels"
MARGINHEIGHT="pixels"
SCROLLING="yes|no|auto"
NORESIZE
FRAMEBORDER="yes|no"
BORDERCOLOR="#rrggbb"