FRAME
- name = cdata [CI]
-
This attribute assigns a name to the current frame. This name may be
used as the target of subsequent links.
-
longdesc = uri [CT]
-
This attribute specifies a link to a long description of the frame.
This description should supplement the short description provided
using the title attribute, and may be particularly useful for
non-visual user agents.
-
src = uri [CT]
-
This attribute specifies the location of the initial contents to be
contained in the frame.
-
noresize [CI]
-
When present, this boolean attribute tells the user agent that the
frame window must not be resizeable.
-
scrolling = auto|yes|no [CI]
-
This attribute specifies scroll information for the frame window.
Possible values
-
auto: This value tells the user agent to provide scrolling devices
for the frame window when necessary. This is the default value.
-
yes: This value tells the user agent to always provide scrolling
devices for the frame window.
-
no: This value tells the user agent not to provide scrolling devices
for the frame window.
- frameborder = 1|0 [CN]
-
This attribute provides the user agent with
information about the frame border. Possible values:
-
1: This value tells the user agent to draw a separator between this
frame and every adjoining frame. This is the default value.
-
0: This value tells the user agent not to draw a separator between
this frame and every adjoining frame. Note that separators may be
drawn next to this frame nonetheless if specified by other frames.
- marginwidth = pixels [CN]
-
This attribute specifies the amount of
space to be left between the frame's contents in its left and right
margins. The value must be greater than one pixel. The default value
depends on the user agent.
-
marginheight = pixels [CN]
-
This attribute specifies the amount of space to be left between the
frame's contents in its top and bottom margins. The value must be
greater than one pixel. The default value depends on the user agent.
Attributes defined elsewhere
id, class (document-wide identifiers)
title (element title)
style (inline style information)
target (target frame information)
The FRAME element defines the contents and appearance of a single
frame.
Setting
the initial contents of a frame