Frame  - <FRAME>

Previous- FORM - Defines a form  |  Next-FRAMESET - Frame definition

Description
Defines a specific frame with a frameset.
Attributes
NameValuesDescription
aligncenter|left|rightAlignment
bordercolorcolor
classclassnameClass of the element which is used to associate the element with a style sheet.
datafldcolumn_name
datasrcid
event_namescript_codeDefines script to run on event such as OnMouseOver
frameborderno|yes|0|1
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
longdescurl
marginheightnumber
marginwidthnumber
namestringNames a tag, particularly important in client side progamming and essential when submitting form data.
noresizenoresize|resize
scrollingauto|yes|no
srcurlSource filename
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<html><head></head>
<frameset>
<frame>
<frame>
<noframes>
old browser users will see this.
</noframes>
</frameset>
</html>
This example can not be displayed.
Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES NO YES YES NO NO

Previous- FORM - Defines a form  |  Next-FRAMESET - Frame definition