<FRAME...>
     BORDERCOLOR="#rrggbb|Colour Name"
     CLASS="Style Sheet Class"
     DATAFLD="Data Source Column Name"
     DATASRC="Data Source Identifier"
     FRAMEBORDER="yes|no||1|0"
     FRAMESPACING="Pixels"
     ID="Unique Identifier"
     LANG="Language descriptor"
     LANGUAGE="Scripting Language descriptor"
     MARGINHEIGHT="Pixels"
     MARGINWIDTH="Pixels"
     NAME="Element Identifier"
     NORESIZE="Flag"
     SCROLLING="yes|no||1|0"
     SRC="URL"
     STYLE="Style Sheet Setting"
     TITLE="Title of element"
>

Description

Specifies a discrete frame pane, within a <FRAMESET>, dividing the browser window into separate sections.

Attributes

Attribute Description
BORDERCOLOR Specifies the colour of the border for the specific <FRAME> (requires the BORDER attribute to be non-zero)
CLASS Sets the style sheet class (specified in an in-line, linked or imported style sheet) to be applied to the element.
DATAFLD Specifies the column name of the data (from the data source specified in the DATASRC attribute) to be used for populating the element. For the <FRAME> element, the contents of the data will specify the SRC attribute, so should be a URL.
DATASRC Specifies the ID attribute of an embedded data-source object (using the <OBJECT> element) that will be used as the data source for the elements data.
FRAMEBORDER A boolean value that specifies whether the border will be displayed for the frame or not.
FRAMESPACING Specifies an amount of white space to be rendered between the frame borders and the contents of the frame.
ID Sets a unique identifier for the element, allowing it to be referenced within scripting functions, or to specify a style sheet setting, set using a #<style_class> class selector.
LANG Specifies the language (using an ISO country code derived classifier) that the element is using, for browsers that support document localisation.
LANGUAGE Sets the scripting language that any in-line scripting events are written in.
MARGINHEIGHT Specified an amount of white space between the top and bottom of the frame pane and the contents of the frame.
MARGINWIDTH Specified an amount of white space between the left and right of the frame pane and the contents of the frame.
NAME Specifies the name of the line frame, which can then be used in TARGET attributes of elements, to load new documents in the line frame.
NORESIZE A flag that sets whether the frame can be resized by the user or not.
SCROLLING Sets whether the frame will have scrollbars enabled or not.
SRC Specifies the URL of a document, whose contents will be used as the contents of the frame.
STYLE Sets in-line style sheet settings for the element, which will over-ride any set in a <STYLE> block, or externally linked to the document.
TITLE Specifies an informational title for the element. The contents of the TITLE attribute may be presented as a Tool-Tip by some browsers.


See 'HTML Reference|Frames|<FRAME>' for more information.