HTML A-Z Quick Reference

(Last Update 17:31 on Wednesday, 02 April 2003)

<FIELDSET>
...
</FIELDSET>
IE:4.0 Used to group form elements, typically in conjunction with a <LEGEND>.
<FONT ... >
IE;NN:1.1 Specifies font attributes for the enclosed text.
SIZE=...
An absolute size or a +/- size relative to the base font.
COLOR=...
NN:2.0 The desired text color.
FACE=...
NN:2.0 A comma-separated list of font faces, in order of preference.
POINT-SIZE=...
NN:4.0 The point size of a font, rather than the browser size.
WEIGHT=...
NN:4.0 The weight or boldness of a font.
<FORM ... >
...
</FORM>
Delimits a data input form.
ACTION=...
The URL to which the results are submitted.
ENCTYPE=...
The encoding used to POST the data. Defaults to application/x-www-form-urlencoded but can be text/plain or multipart/form-data.
METHOD=...
The protocol used to access the URL. Defaults to GET but some CGI scripts use POST.
NAME=...
The JavaScript name of the form.
TARGET=...
NN:2.0;IE:3.0 The frame that the form results should load into.
<FRAME ... >
IE:3.0;NN:2.0 Defines a single frame in a frameset.
SRC=...
The document to load into the frame.
NAME=...
The name of the frame, used by the TARGET= attribute.
MARGINWIDTH=...
The left and right document margins.
MARGINHEIGHT=...
The top and bottom document margins.
SCROLLING=...
Defaults to AUTO but can be YES or NO to enforce scroll bars.
NORESIZE
Prevents the borders of the frame from moving.
BORDERCOLOR=...
NN:3.0 The colour of the borders of the frame.
FRAMEBORDER=...
IE Set to 0 to hide the borders of the frame. NN:3.0 Set to NO in all frames to hide their shared border.
FRAMESPACING=...
IE The amount of space between frames.
<FRAMESET ... >
...
</FRAMESET>
IE:3.0;NN:2.0 Groups a row or column of frames.
ROWS=...
A comma-separated list of row heights in pixels, %, or * for relative sizing.
COLS=...
A comma-separated list of column widths in pixels, %, or * for relative sizing.
BORDER=...
NN:3.0 The border thickness.
FRAMEBORDER=...
NN:3.0 Set to NO to hide the border between frames or framesets.
BORDERCOLOR=...
NN:3.0 The colour of the borders of the frames or framesets.
FACE=...
<BASEFONT ... >
IE A comma-separated list of font faces, in order of preference.
<FONT ... >
NN:2.0 A comma-separated list of font faces, in order of preference.
FOR=...
<LABEL ... >
The field to link the text to. NN:6.0 Only required if the field cannot be enclosed by the label.
FRAMEBORDER=...
<FRAME ... >
IE Set to 0 to hide the borders of the frame. NN:3.0 Set to NO in all frames to hide their shared border.
<FRAMESET ... >
NN:3.0 Set to NO to hide the border between frames or framesets.
FRAMESPACING=...
<FRAME ... >
IE The amount of space between frames.
  A B C D E F G H I K L M N O P Q R S T U V W X Z

Frames Version
Customization Page
Back to Home Page


624546
38.107.191.103