HTML Tag and Attribute Reference

<FIELDSET>
<FIELDSET> . . . </FIELDSET>
Create a group of elements in a form



<FONT>



<FORM>



<FRAME>
<FRAME> . . . </FRAME>
Define a frame within a frameset

Attributes

bordercolor=color
N* Set the color of the frame's border to color.

class=name
Specify the class controlling the appearance of this tag.

frameborder=value
If value is yes (Netscape only) or 1 (Netscape and IE) enable frame borders. If value is no (Netscape only) or 0 (Netscape and IE), disable frame borders.

id=name
Define the name for this tag that is unique to the document.

longdesc=url
Provide the URL of a document describing the contenets of this frame.

marginheight=n
Place n pixels of space above and below the frame contents.

marginwidth=n
Place n pixels of space to the left and right of frame contents.

name=string
Define the name of the frame.

noresize
Disable user resizing of the frame.

scrolling=type
Always add scrollbars (yes), never add scrollbars (no), or add scrollbars when needed (auto).

src=url
Define the URL of the source document for this frame.

style=style
Specify an inline style for this tag.

title=string
Specify a title for this tag.




<FRAMESET>
<FRAMESET> . . . </FRAMESET>
Define a collection of frames or other framesets.

Attributes
border=n
N* Set size inpixels of frame borders within a frameset. Default border width is 5 pixels.

bordercolor=color
N* Set the color for frame borders in a frameset.

cols=list
Specify the number and width of frames within a frameset.

frameborder=[yes|no]
N* Enable or disable the displaying of 3D borders or regular borders for frames. The default is 1 (borders on).

frameborder=[1|0]
N* IE* Enable or disable the displaying of 3D borders for frames within a frameset. The default is 1 (borders on).

framespacing=n
IE* Add additional space between adjacent frames in pixels.

onblur=applet
N* Specify an applet to run when the mouse leaves this frameset.

onfocus=applet
N* Specify the applet to be run when the mouse enters this frameset.

onload=applet
Specify the applet to run when the frameset is loaded.

onunload=applet
Specify the applet to run when the frameset is unloaded.

rows=list
Specify the number and height of frames within a frameset.