| Frame Document | <FRAMESET> </FRAMESET> End frameset tag is required. |
| Row Heights | <FRAMESET ROWS=,,,> (pixels or %) |
| Row Heights | <FRAMESET ROWS=*> (* = relative size) |
| Column Widths | <FRAMESET COLS=,,,> (pixels or %) |
| Column Widths | <FRAMESET COLS=*> (* = relative size) |
| Borders | <FRAMESET FRAMEBORDER="yes|no"> |
| Border Width | <FRAMESET BORDER="__"> |
| Border Color | <FRAMESET BORDERCOLOR="#______"> |
| Frame Spacing | <FRAMESET FRAMESPACING="__"> |
| Define Frame | <FRAME> End frame tag is prohibited |
| Frame Document | <FRAME SRC="URL"> |
| Frame Name | <FRAME NAME="__"parent|other> |
| Margin Width | <FRAME MARGINWIDTH=?> (left and right margins) |
| Margin Height | <FRAME MARGINHEIGHT="__"> (top and bottom margins) |
| Scrollbar | <FRAME SCROLLING="YES|NO|AUTO"> |
| Unframed | <NOFRAMES> </NOFRAMES> End noframes tag is required. |
| Not Resizable | <FRAME NORESIZE> |
| Borders | <FRAME FRAMEBORDER="yes|no"> |
| Border Color | <FRAME BORDERCOLOR="#______"> |
| Inline Frame | <IFRAME></IFRAME> (uses same attributes as FRAME) |
| Dimensions | <IFRAME WIDTH="__" HEIGHT="__"></IFRAME> |
|
name=
|
"top" | Assigns a name to a frame that may be used as a target for links. |
|
src=
|
"one.html" | Specifies the initial file in the frame. |
|
noresize
|
Specifies that the frame window must not be resizeable. | |
|
scrolling=
|
auto|yes|no | Specifies scroll information for the frame. |
| "auto" | Specifies to provide scrolling when necessary. This is the default value. | |
| "yes" | Specifies to always provide scrolling. | |
| "no" | Specifies not to provide scrolling. | |
|
frameborder=
|
1|0 | Provides the browser with information about the border. |
| "1" | Draws a separator between frame and every adjoining frame. | |
| "0" | Does not draw a separator. | |
|
marginwidth=
|
"8" | Specifies, in pixels, the space to be left between the frame's contents in its left and right margins. |
|
marginheight=
|
"8" | Specifies, in pixels, the space to be left between the frame's contents in its top and bottom margins. |
|
bordercolor=
|
"#_____" | Specifies the color. |
|
width=
|
"400" | iframe attribute in pixels = frame size. |
|
height=
|
"80" | iframe attribute in pixels = frame size. |
|
target=
|
"top" | Specifies where a document is to be opened. |
| "_top" | Specifies to return to a window without frames. |
Back to Creating Frames Page
|
|
|||||
|
|
|
|
|
|
|