|
|
|
|
|
|
Frames |
|
TITLE
|
TAG &
DESCRIPTION |
|
Frame Document |
<FRAMESET> </FRAMESET>
|
|
creates layouts of frames
(instead of <BODY>) |
|
Row Heights |
<FRAMESET ROWS=,,,> </FRAMESET>
|
|
comma separated list of size of
each row within the frameset (pixels or %) |
|
Column Widths |
<FRAMESET COLS=,,,> </FRAMESET>
|
|
comma separated list of size of
each column within the frameset (pixels or %) |
|
Borders |
<FRAMESET FRAMEBORDER= "yes|no">
</FRAMESET> |
|
identifies if a frame has a
visible border or not |
|
Border Width |
<FRAMESET BORDER=?> </FRAMESET>
|
|
width of frame border if visible |
|
Border Color |
<FRAMESET BORDERCOLOR="#$$$$$$">
</FRAMESET> |
|
color of frame border if visible |
|
Frame Spacing |
<FRAMESET FRAMESPACING=?>
</FRAMESET> |
|
number of pixels of reserved
space between frames |
|
Define Frame |
<FRAME>
|
|
specific contents of an
individual frame |
|
Display Document |
<FRAME SRC="URL"> |
|
identifies the initial contents
of the frame |
|
Frame Name |
<FRAME NAME="***"| _blank|
_self| _parent|_top>
|
|
assigns a name to the current
frame |
|
Margin Width |
<FRAME MARGINWIDTH=?>
|
|
distance between content and
frame's left and right margins |
|
Margin Height |
<FRAME MARGINHEIGHT=?>
|
|
distance between content and
frame's top and bottom margins |
|
Scroll bar |
<FRAME SCROLLING="YES|NO|AUTO">
|
|
controls how the window is or
isn't scrolled |
|
Not Re-sizable |
<FRAME NORESIZE> |
|
prohibits the document viewer
from changing dimensions of the frame |
|
Borders |
<FRAME FRAMEBORDER="yes|no">
|
|
controls wither frame has a
border |
|
Border Color |
<FRAME BORDERCOLOR="#$$$$$$">
|
|
color of border of frame |
|
Unframed Content |
<NOFRAMES> </NOFRAMES>
|
|
for non-frames browsers |
|
Inline Frame |
<IFRAME> </IFRAME> |
|
inline sub window, takes same
attributes as FRAME |
|
Dimensions |
<IFRAME WIDTH=?
HEIGHT=?> </IFRAME> |
|
dimensions of sub window in
pixels |
|
Dimensions |
<IFRAME WIDTH="%" HEIGHT="%"> </IFRAME>
|
|
dimensions of sub window as
percentage |
|
|