|
<
frameset rows="VALUE, VALUE" cols="VALUE, VALUE"
>
This tag replaces the
tag or could also be nested in other framesets. It also defines the rows and columnswithin a frameset using pixels or percentage.
<
frame src="URL/index.html" name="NAME" marginwidth="#" marginheight="#" scrolling="yes/no" noresize
>
Defines a single frame within a frameset. The other options allow you to change/create the source for your frame, a name for your frame, the margin width/height. You can also choose if you want the frame to have a scroll bar or if you want to be able to resize it while viewing it as a web page.
<
noframes
>
<
/noframes
>
Defines what will appear on browsers that don't support frames.
|