|
For your convenience, this page opens independently. Please click on CSS Reference,
HTML 4 Elements, or HTML 4 Attributes to scroll down to that section of this "Web Design
Code" reference. To close this page, simply click on the "Close Page" button.
|
|
CSS Reference
|
HTML 4 Elements
|
HTML 4 Attributes
|
Close Page
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| background |
A shorthand property for setting all background properties
in one declaration |
background-color
background-image
background-repeat background-attachment background-position |
6.0 |
4.0 |
CSS1 |
| background-attachment |
Sets whether a background image is fixed or scrolls with
the rest of the page |
scroll
fixed |
6.0 |
4.0 |
CSS1 |
| background-color |
Sets the background color of an element |
color-rgb
color-hex
color-name
transparent |
4.0 |
4.0 |
CSS1 |
| background-image |
Sets an image as the background |
url
none |
4.0 |
4.0 |
CSS1 |
| background-position |
Sets the starting position of a background image |
top left
top center
top right
center left
center center
center right
bottom left
bottom center
bottom right
x-% y-%
x-pos y-pos |
6.0 |
4.0 |
CSS1 |
| background-repeat |
Sets if/how a background image will be repeated |
repeat
repeat-x
repeat-y
no-repeat |
4.0 |
4.0 |
CSS1 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| border |
A shorthand property for setting all of the properties for the four borders in one declaration |
border-width
border-style
border-color |
4.0
|
4.0
|
CSS1
|
| border-bottom |
A shorthand property for setting all of the properties for the bottom
border in one declaration |
border-bottom-width
border-style
border-color |
6.0 |
4.0 |
CSS1 |
| border-bottom-color |
Sets the color of the bottom border |
border-color |
6.0
|
4.0
|
CSS2
|
| border-bottom-style |
Sets the style of the bottom border |
border-style |
6.0
|
4.0
|
CSS2
|
|
border-bottom-width |
Sets the width of the bottom border |
thin
medium
thick
length |
4.0
|
4.0
|
CSS1
|
| border-color |
Sets the color of the four borders, can have from one to
four colors |
color |
6.0
|
4.0
|
CSS1
|
| border-left |
A shorthand property for setting all of the properties for the left
border in one declaration |
border-left-width
border-style
border-color |
6.0
|
4.0
|
CSS1
|
| border-left-color |
Sets the color of the left border |
border-color |
6.0
|
4.0
|
CSS2
|
| border-left-style |
Sets the style of the left border |
border-style |
6.0
|
4.0
|
CSS2
|
| border-left-width |
Sets the width of the left border |
thin
medium
thick
length |
4.0
|
4.0
|
CSS1
|
| border-right |
A shorthand property for setting all of the properties for the right
border in one declaration |
border-right-width
border-style
border-color |
6.0
|
4.0
|
CSS1
|
| border-right-color |
Sets the color of the right border |
border-color |
6.0
|
4.0
|
CSS2
|
| border-right-style |
Sets the style of the right border |
border-style |
6.0
|
4.0
|
CSS2
|
| border-right-width |
Sets the width of the right border |
thin
medium
thick
length |
4.0
|
4.0
|
CSS1
|
| border-style |
Sets the style of the four borders, can have from one to
four styles |
none
hidden
dotted
dashed
solid
double
groove
ridge
inset
outset |
6.0
|
4.0
|
CSS1
|
| border-top |
A shorthand property for setting all of the properties for the top border in one declaration |
border-top-width
border-style
border-color |
6.0
|
4.0
|
CSS1
|
| border-top-color |
Sets the color of the top border |
border-color |
6.0
|
4.0
|
CSS2
|
| border-top-style |
Sets the style of the top border |
border-style |
6.0
|
4.0
|
CSS2
|
| border-top-width |
Sets the width of the top border |
thin
medium
thick
length |
4.0
|
4.0
|
CSS1
|
| border-width |
A shorthand property for setting the width of the
four borders in one declaration, can have from one to
four values |
thin
medium
thick
length |
4.0 |
4.0 |
CSS1 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| clear |
Sets the sides of an element where other floating elements
are not allowed |
left
right
both
none |
4.0 |
4.0 |
CSS1 |
| cursor |
Specifies the type of cursor to be displayed |
url
auto
crosshair
default
pointer
move
e-resize
ne-resize
nw-resize
n-resize
se-resize
sw-resize
s-resize
w-resize
text
wait
help |
6.0 |
4.0 |
CSS2 |
| display |
Sets how/if an element is displayed |
none
inline
block
list-item
run-in
compact
marker
table
inline-table
table-row-group
table-header-group
table-footer-group
table-row
table-column-group
table-column
table-cell
table-caption |
4.0 |
4.0 |
CSS1 |
| float |
Sets where an image or a text will appear in another
element |
left
right
none |
4.0 |
4.0 |
CSS1 |
| position |
Places an element in a static, relative, absolute or fixed
position |
static
relative
absolute
fixed |
4.0 |
4.0 |
CSS2 |
| visibility |
Sets if an element should be visible or invisible |
visible
hidden
collapse |
6.0 |
4.0 |
CSS2 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| height |
Sets the height of an element |
auto
length
% |
6.0 |
4.0 |
CSS1 |
| line-height |
Sets the distance between lines |
normal
number
length
% |
4.0 |
4.0 |
CSS1 |
| max-height |
Sets the maximum height of an element |
none
length
% |
|
|
CSS2 |
| max-width |
Sets the maximum width of an element |
none
length
% |
|
|
CSS2 |
| min-height |
Sets the minimum height of an element |
length
% |
|
|
CSS2 |
| min-width |
Sets the minimum width of an element |
length
% |
|
|
CSS2 |
| width |
Sets the width of an element |
auto
%
length |
4.0 |
4.0 |
CSS1 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
font
|
A shorthand property for setting all of the properties for
a font in one declaration |
font-style
font-variant
font-weight
font-size/line-height
font-family
caption
icon
menu
message-box
small-caption
status-bar |
4.0 |
4.0 |
CSS1 |
font-family
|
A prioritized list of font family names and/or generic
family names for an element |
family-name
generic-family |
4.0 |
3.0 |
CSS1 |
font-size
|
Sets the size of a font |
xx-small
x-small
small
medium
large
x-large
xx-large
smaller
larger
length
% |
4.0 |
3.0 |
CSS1 |
| font-size-adjust |
Specifies an aspect value for an element that will preserve
the x-height of the first-choice font |
none
number |
|
|
CSS2 |
| font-stretch |
Condenses or expands the current font-family |
normal
wider
narrower
ultra-condensed
extra-condensed
condensed
semi-condensed
semi-expanded
expanded
extra-expanded
ultra-expanded |
|
|
CSS2 |
font-style
|
Sets the style of the font |
normal
italic
oblique |
4.0 |
4.0 |
CSS1 |
font-variant
|
Displays text in a small-caps font or a normal font |
normal
small-caps |
6.0 |
4.0 |
CSS1 |
font-weight
|
Sets the weight of a font |
normal
bold
bolder
lighter
100
200
300
400
500
600
700
800
900 |
4.0 |
4.0 |
CSS1 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| content |
Generates content in a document. Used with the :before and :after
pseudo-elements |
string
url
counter(name)
counter(name, list-style-type)
counters(name, string)
counters(name, string, list-style-type)
attr(X)
open-quote
close-quote
no-open-quote
no-close-quote |
|
|
CSS2 |
| counter-increment |
Sets how much the counter increments on each occurrence of a
selector |
none
identifier number |
|
|
CSS2 |
| counter-reset |
Sets the value the counter is set to on each occurrence of
a selector |
none
identifier number |
|
|
CSS2 |
| quotes |
Sets the type of quotation marks |
none
string string |
|
|
CSS2 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| list-style |
A shorthand property for setting all of the properties for
a list in one declaration |
list-style-type
list-style-position
list-style-image |
6.0 |
4.0 |
CSS1 |
| list-style-image |
Sets an image as the list-item marker |
none
url |
6.0 |
4.0 |
CSS1 |
| list-style-position |
Sets where the list-item marker is placed in the list |
inside
outside |
6.0 |
4.0 |
CSS1 |
| list-style-type |
Sets the type of the list-item marker |
none
disc
circle
square
decimal
decimal-leading-zero
lower-roman
upper-roman
lower-alpha
upper-alpha
lower-greek
lower-latin
upper-latin
hebrew
armenian
georgian
cjk-ideographic
hiragana
katakana
hiragana-iroha
katakana-iroha |
4.0 |
4.0 |
CSS1 |
| marker-offset |
|
auto
length |
|
|
CSS2 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| margin |
A shorthand property for setting the margin properties in
one declaration |
margin-top
margin-right
margin-bottom
margin-left |
4.0 |
4.0 |
CSS1 |
|
margin-bottom
|
Sets the bottom margin of an element |
auto
length
% |
4.0 |
4.0 |
CSS1 |
|
margin-left
|
Sets the left margin of an element |
auto
length
% |
4.0 |
3.0 |
CSS1 |
|
margin-right
|
Sets the right margin of an element |
auto
length
% |
4.0 |
3.0 |
CSS1 |
| margin-top |
Sets the top margin of an element |
auto
length
% |
4.0 |
3.0 |
CSS1 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| outline |
A shorthand property for setting all the outline properties in
one declaration |
outline-color
outline-style
outline-width |
|
|
CSS2 |
| outline-color |
Sets the color of the outline around an element |
color
invert |
|
|
CSS2 |
| outline-style |
Sets the style of the outline around an element |
none
dotted
dashed
solid
double
groove
ridge
inset
outset |
|
|
CSS2 |
| outline-width |
Sets the width of the outline around an element |
thin
medium
thick
length |
|
|
CSS2 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| padding |
A shorthand property for setting all of the padding properties in
one declaration |
padding-top
padding-right
padding-bottom
padding-left |
4.0 |
4.0 |
CSS1 |
|
padding-bottom
|
Sets the bottom padding of an element |
length
% |
4.0 |
4.0 |
CSS1 |
|
padding-left
|
Sets the left padding of an element |
length
% |
4.0 |
4.0 |
CSS1 |
|
padding-right
|
Sets the right padding of an element |
length
% |
4.0 |
4.0 |
CSS1 |
| padding-top |
Sets the top padding of an element |
length
% |
4.0 |
4.0 |
CSS1 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| bottom |
Sets how far the bottom edge of an element is above/below the
bottom edge of the parent element |
auto
%
length |
6.0 |
5.0 |
CSS2 |
| clip |
Sets the shape of an element. The element is clipped into
this shape, and displayed |
shape
auto |
6.0 |
4.0 |
CSS2 |
| left |
Sets how far the left edge of an element is to the right/left of
the left edge of the parent element |
auto
%
length |
4.0 |
4.0 |
CSS2 |
overflow
|
Sets what happens if the content of an element overflow its
area |
visible
hidden
scroll
auto |
6.0 |
4.0 |
CSS2 |
| right |
Sets how far the right edge of an element is to the left/right of
the right edge of the parent element |
auto
%
length |
|
5.0 |
CSS2 |
| top |
Sets how far the top edge of an element is above/below the
top edge of the parent element |
auto
%
length |
4.0 |
4.0 |
CSS2 |
| vertical-align |
Sets the vertical alignment of an element |
baseline
sub
super
top
text-top
middle
bottom
text-bottom
length
% |
4.0 |
4.0 |
CSS1 |
| z-index |
Sets the stack order of an element |
auto
number |
6.0 |
4.0 |
CSS2 |
<:
top
:>
| Property |
Description |
Values |
NN |
IE |
W3C |
| border-collapse |
Sets the border model of a table |
collapse
separate |
|
5.0
|
CSS2
|
| border-spacing |
Sets the distance between the borders of adjacent cells
(only for the "separated borders" model) |
length length |
|
|
CSS2
|
| caption-side |
Sets the position of the caption according to the table |
top
bottom
left
right |
|
|
CSS2 |
| empty-cells |
Sets whether cells with no visible content should have borders or not (only
for the "separated borders" model) |
show
hide |
6.2 |
|
CSS2 |
| table-layout |
Sets the algorithm used to lay out the table |
auto
fixed |
|
5.0 |
CSS2 |
<:
top
:>
| Property |
Description |
Possible Values |
NN |
IE |
W3C |
| color |
Sets the color of a text |
color |
4.0 |
3.0 |
CSS1 |
| direction |
Sets the text direction |
ltr
rtl |
|
|
CSS2 |
| letter-spacing |
Increase or decrease the space between characters |
normal
length |
6.0 |
4.0 |
CSS1 |
| text-align |
Aligns the text in an element |
left
right
center
justify |
4.0 |
4.0 |
CSS1 |
| text-decoration |
Adds decoration to text |
none
underline
overline
line-through
blink |
4.0 |
4.0 |
CSS1 |
| text-indent |
Indents the first line of text in an element |
length
% |
4.0 |
4.0 |
CSS1 |
| text-shadow |
|
none
color
length |
|
|
|
| text-transform |
Controls the letters in an element |
none
capitalize
uppercase
lowercase |
4.0 |
4.0 |
CSS1 |
| unicode-bidi |
|
normal
embed
bidi-override |
|
5.0 |
CSS2 |
| white-space |
Sets how white space inside an element is handled |
normal
pre
nowrap |
4.0 |
5.5 |
CSS1 |
| word-spacing |
Increase or decrease the space between words |
normal
length |
6.0 |
6.0 |
CSS1 |
<:
top
:>
|
Legend:
|
Index of the HTML 4 Elements
|
|
D
|
Deprecated
|
|
E
|
Empty
|
|
F
|
Forbidden
|
|
O
|
Optional
|
|
|
F
|
Frameset (DTD)
|
|
L
|
Loose (DTD)
|
| Name |
Start Tag |
End Tag |
Empty |
Depr. |
DTD |
Description |
| A |
|
|
|
|
|
anchor |
| ABBR |
|
|
|
|
|
abbreviated form (e.g., WWW, HTTP,
etc.) |
| ACRONYM |
|
|
|
|
|
|
| ADDRESS |
|
|
|
|
|
information on author |
| APPLET |
|
|
|
D |
L |
Java applet |
| AREA |
|
F |
E |
|
|
client-side image map area |
| B |
|
|
|
|
|
bold text style |
| BASE |
|
F |
E |
|
|
document base URI |
| BASEFONT |
|
F |
E |
D |
L |
base font size |
| BDO |
|
|
|
|
|
I18N BiDi over-ride |
| BIG |
|
|
|
|
|
large text style |
| BLOCKQUOTE |
|
|
|
|
|
long quotation |
| BODY |
O |
O |
|
|
|
document body |
| BR |
|
F |
E |
|
|
forced line break |
| BUTTON |
|
|
|
|
|
push button |
| CAPTION |
|
|
|
|
|
table caption |
| CENTER |
|
|
|
D |
L |
shorthand for DIV align=center |
| CITE |
|
|
|
|
|
citation |
| CODE |
|
|
|
|
|
computer code fragment |
| COL |
|
F |
E |
|
|
table column |
| COLGROUP |
|
O |
|
|
|
table column group |
| DD |
|
O |
|
|
|
definition description |
| DEL |
|
|
|
|
|
deleted text |
| DFN |
|
|
|
|
|
instance definition |
| DIR |
|
|
|
D |
L |
directory list |
| DIV |
|
|
|
|
|
generic language/style container |
| DL |
|
|
|
|
|
definition list |
| DT |
|
O |
|
|
|
definition term |
| EM |
|
|
|
|
|
emphasis |
| FIELDSET |
|
|
|
|
|
form control group |
| FONT |
|
|
|
D |
L |
local change to font |
| FORM |
|
|
|
|
|
interactive form |
| FRAME |
|
F |
E |
|
F |
subwindow |
| FRAMESET |
|
|
|
|
F |
window subdivision |
| H1 |
|
|
|
|
|
heading |
| H2 |
|
|
|
|
|
heading |
| H3 |
|
|
|
|
|
heading |
| H4 |
|
|
|
|
|
heading |
| H5 |
|
|
|
|
|
heading |
| H6 |
|
|
|
|
|
heading |
| HEAD |
O |
O |
|
|
|
document head |
| HR |
|
F |
E |
|
|
horizontal rule |
| HTML |
O |
O |
|
|
|
document root element |
| I |
|
|
|
|
|
italic text style |
| IFRAME |
|
|
|
|
L |
inline subwindow |
| IMG |
|
F |
E |
|
|
Embedded image |
| INPUT |
|
F |
E |
|
|
form control |
| INS |
|
|
|
|
|
inserted text |
| ISINDEX |
|
F |
E |
D |
L |
single line prompt |
| KBD |
|
|
|
|
|
text to be entered by the user |
| LABEL |
|
|
|
|
|
form field label text |
| LEGEND |
|
|
|
|
|
fieldset legend |
| LI |
|
O |
|
|
|
list item |
| LINK |
|
F |
E |
|
|
a media-independent link |
| MAP |
|
|
|
|
|
client-side image map |
| MENU |
|
|
|
D |
L |
menu list |
| META |
|
F |
E |
|
|
generic metainformation |
| NOFRAMES |
|
|
|
|
F |
alternate content container for non
frame-based rendering |
| NOSCRIPT |
|
|
|
|
|
alternate content container for non
script-based rendering |
| OBJECT |
|
|
|
|
|
generic embedded object |
| OL |
|
|
|
|
|
ordered list |
| OPTGROUP |
|
|
|
|
|
option group |
| OPTION |
|
O |
|
|
|
selectable choice |
| P |
|
O |
|
|
|
paragraph |
| PARAM |
|
F |
E |
|
|
named property value |
| PRE |
|
|
|
|
|
preformatted text |
| Q |
|
|
|
|
|
short inline quotation |
| S |
|
|
|
D |
L |
strike-through text style |
| SAMP |
|
|
|
|
|
sample program output, scripts,
etc. |
| SCRIPT |
|
|
|
|
|
script statements |
| SELECT |
|
|
|
|
|
option selector |
| SMALL |
|
|
|
|
|
small text style |
| SPAN |
|
|
|
|
|
generic language/style container |
| STRIKE |
|
|
|
D |
L |
strike-through text |
| STRONG |
|
|
|
|
|
strong emphasis |
| STYLE |
|
|
|
|
|
style info |
| SUB |
|
|
|
|
|
subscript |
| SUP |
|
|
|
|
|
superscript |
| TABLE |
|
|
|
|
|
|
| TBODY |
O |
O |
|
|
|
table body |
| TD |
|
O |
|
|
|
table data cell |
| TEXTAREA |
|
|
|
|
|
multi-line text field |
| TFOOT |
|
O |
|
|
|
table footer |
| TH |
|
O |
|
|
|
table header cell |
| THEAD |
|
O |
|
|
|
table header |
| TITLE |
|
|
|
|
|
document title |
| TR |
|
O |
|
|
|
table row |
| TT |
|
|
|
|
|
teletype or monospaced text style |
| U |
|
|
|
D |
L |
underlined text style |
| UL |
|
|
|
|
|
unordered list |
| VAR |
|
|
|
|
|
instance of a variable or program argument |
<:
top
:>
|
Legend:
|
Index of the HTML 4 Attributes
|
|
D
|
Deprecated
|
|
E
|
Empty
|
|
F
|
Forbidden
|
|
O
|
Optional
|
|
|
F
|
Frameset (DTD)
|
|
L
|
Loose (DTD)
|
| Name |
Related Elements |
Type |
Default |
Depr. |
DTD |
Comment |
| abbr |
TD, TH |
%Text; |
#IMPLIED |
|
|
abbreviation for header cell |
| accept-charset |
FORM |
%Charsets; |
#IMPLIED |
|
|
list of supported charsets |
| accept |
FORM, INPUT |
%ContentTypes; |
#IMPLIED |
|
|
list of MIME types for file upload |
| accesskey |
A, AREA, BUTTON, INPUT, LABEL, LEGEND, TEXTAREA |
%Character; |
#IMPLIED |
|
|
accessibility key character |
| action |
FORM |
%URI; |
#REQUIRED |
|
|
server-side form handler |
| align |
CAPTION |
%CAlign; |
#IMPLIED |
D |
L |
relative to table |
| align |
APPLET, IFRAME, IMG, INPUT, OBJECT |
%IAlign; |
#IMPLIED |
D |
L |
vertical or horizontal alignment |
| align |
LEGEND |
%LAlign; |
#IMPLIED |
D |
L |
relative to fieldset |
| align |
TABLE |
%TAlign; |
#IMPLIED |
D |
L |
table position relative to window |
| align |
HR |
(left | center | right) |
#IMPLIED |
D |
L |
|
| align |
DIV, H1, H2, H3, H4, H5, H6, P |
(left | center | right | justify) |
#IMPLIED |
D |
L |
align, text alignment |
| align |
COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR |
(left | center | right | justify | char) |
#IMPLIED |
|
|
|
| alink |
BODY |
%Color; |
#IMPLIED |
D |
L |
color of selected links |
| alt |
APPLET |
%Text; |
#IMPLIED |
D |
L |
short description |
| alt |
AREA, IMG |
%Text; |
#REQUIRED |
|
|
short description |
| alt |
INPUT |
CDATA |
#IMPLIED |
|
|
short description |
| archive |
APPLET |
CDATA |
#IMPLIED |
D |
L |
comma-separated archive list |
| archive |
OBJECT |
CDATA |
#IMPLIED |
|
|
space-separated list of URIs |
| axis |
TD, TH |
CDATA |
#IMPLIED |
|
|
comma-separated list of related headers |
| background |
BODY |
%URI; |
#IMPLIED |
D |
L |
texture tile for document background |
| bgcolor |
TABLE |
%Color; |
#IMPLIED |
D |
L |
background color for cells |
| bgcolor |
TR |
%Color; |
#IMPLIED |
D |
L |
background color for row |
| bgcolor |
TD, TH |
%Color; |
#IMPLIED |
D |
L |
cell background color |
| bgcolor |
BODY |
%Color; |
#IMPLIED |
D |
L |
document background color |
| border |
TABLE |
%Pixels; |
#IMPLIED |
|
|
controls frame width around table |
| border |
IMG, OBJECT |
%Pixels; |
#IMPLIED |
D |
L |
link border width |
| cellpadding |
TABLE |
%Length; |
#IMPLIED |
|
|
spacing within cells |
| cellspacing |
TABLE |
%Length; |
#IMPLIED |
|
|
spacing between cells |
| char |
COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR |
%Character; |
#IMPLIED |
|
|
alignment char, e.g. char=':' |
| charoff |
COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR |
%Length; |
#IMPLIED |
|
|
offset for alignment char |
| charset |
A, LINK, SCRIPT |
%Charset; |
#IMPLIED |
|
|
char encoding of linked resource |
| checked |
INPUT |
(checked) |
#IMPLIED |
|
|
for radio buttons and check boxes |
| cite |
BLOCKQUOTE, Q |
%URI; |
#IMPLIED |
|
|
URI for source document or msg |
| cite |
DEL, INS |
%URI; |
#IMPLIED |
|
|
info on reason for change |
| class |
All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE |
CDATA |
#IMPLIED |
|
|
space-separated list of classes |
| classid |
OBJECT |
%URI; |
#IMPLIED |
|
|
identifies an implementation |
| clear |
BR |
(left | all | right | none) |
none |
D |
L |
control of text flow |
| code |
APPLET |
CDATA |
#IMPLIED |
D |
L |
applet class file |
| codebase |
OBJECT |
%URI; |
#IMPLIED |
|
|
base URI for classid, data, archive |
| codebase |
APPLET |
%URI; |
#IMPLIED |
D |
L |
optional base URI for applet |
| codetype |
OBJECT |
%ContentType; |
#IMPLIED |
|
|
content type for code |
| color |
BASEFONT, FONT |
%Color; |
#IMPLIED |
D |
L |
text color |
| cols |
FRAMESET |
%MultiLengths; |
#IMPLIED |
|
F |
list of lengths, default: 100% (1 col) |
| cols |
TEXTAREA |
NUMBER |
#REQUIRED |
|
|
|
| colspan |
TD, TH |
NUMBER |
1 |
|
|
number of cols spanned by cell |
| compact |
DIR, DL, MENU, OL, UL |
(compact) |
#IMPLIED |
D |
L |
reduced interitem spacing |
| content |
META |
CDATA |
#REQUIRED |
|
|
associated information |
| coords |
AREA |
%Coords; |
#IMPLIED |
|
|
comma-separated list of lengths |
| coords |
A |
%Coords; |
#IMPLIED |
|
|
for use with client-side image maps |
| data |
OBJECT |
%URI; |
#IMPLIED |
|
|
reference to object's data |
| datetime |
DEL, INS |
%Datetime; |
#IMPLIED |
|
|
date and time of change |
| declare |
OBJECT |
(declare) |
#IMPLIED |
|
|
declare but don't instantiate flag |
| defer |
SCRIPT |
(defer) |
#IMPLIED |
|
|
UA may defer execution of script |
| dir |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FRAME, FRAMESET, IFRAME, PARAM, SCRIPT |
(ltr | rtl) |
#IMPLIED |
|
|
direction for weak/neutral text |
| dir |
BDO |
(ltr | rtl) |
#REQUIRED |
|
|
directionality |
| disabled |
BUTTON, INPUT, OPTGROUP, OPTION, SELECT, TEXTAREA |
(disabled) |
#IMPLIED |
|
|
unavailable in this context |
| enctype |
FORM |
%ContentType; |
"application/x-www- form-urlencoded" |
|
|
|
| face |
BASEFONT, FONT |
CDATA |
#IMPLIED |
D |
L |
comma-separated list of font names |
| for |
LABEL |
IDREF |
#IMPLIED |
|
|
matches field ID value |
| frame |
TABLE |
%TFrame; |
#IMPLIED |
|
|
which parts of frame to render |
| frameborder |
FRAME, IFRAME |
(1 | 0) |
1 |
|
F |
request frame borders? |
| headers |
TD, TH |
IDREFS |
#IMPLIED |
|
|
list of id's for header cells |
| height |
IFRAME |
%Length; |
#IMPLIED |
|
L |
frame height |
| height |
TD, TH |
%Length; |
#IMPLIED |
D |
L |
height for cell |
| height |
IMG, OBJECT |
%Length; |
#IMPLIED |
|
|
override height |
| height |
APPLET |
%Length; |
#REQUIRED |
D |
L |
initial height |
| href |
A, AREA, LINK |
%URI; |
#IMPLIED |
|
|
URI for linked resource |
| href |
BASE |
%URI; |
#IMPLIED |
|
|
URI that acts as base URI |
| hreflang |
A, LINK |
%LanguageCode; |
#IMPLIED |
|
|
language code |
| hspace |
APPLET, IMG, OBJECT |
%Pixels; |
#IMPLIED |
D |
L |
horizontal gutter |
| http-equiv |
META |
NAME |
#IMPLIED |
|
|
HTTP response header name |
| id |
All elements but BASE, HEAD, HTML, META, SCRIPT, STYLE, TITLE |
ID |
#IMPLIED |
|
|
document-wide unique id |
| ismap |
IMG, INPUT |
(ismap) |
#IMPLIED |
|
|
use server-side image map |
| label |
OPTION |
%Text; |
#IMPLIED |
|
|
for use in hierarchical menus |
| label |
OPTGROUP |
%Text; |
#REQUIRED |
|
|
for use in hierarchical menus |
| lang |
All elements but APPLET, BASE, BASEFONT, BR, FRAME, FRAMESET, IFRAME, PARAM, SCRIPT |
%LanguageCode; |
#IMPLIED |
|
|
language code |
| language |
SCRIPT |
CDATA |
#IMPLIED |
D |
L |
predefined script language name |
| link |
BODY |
%Color; |
#IMPLIED |
D |
L |
color of links |
| longdesc |
IMG |
%URI; |
#IMPLIED |
|
|
link to long description (complements
alt) |
| longdesc |
FRAME, IFRAME |
%URI; |
#IMPLIED |
|
F |
link to long description (complements
title) |
| marginheight |
FRAME, IFRAME |
%Pixels; |
#IMPLIED |
|
F |
margin height in pixels |
| marginwidth |
FRAME, IFRAME |
%Pixels; |
#IMPLIED |
|
F |
margin widths in pixels |
| maxlength |
INPUT |
NUMBER |
#IMPLIED |
|
|
max chars for text fields |
| media |
STYLE |
%MediaDesc; |
#IMPLIED |
|
|
designed for use with these media |
| media |
LINK |
%MediaDesc; |
#IMPLIED |
|
|
for rendering on these media |
| method |
FORM |
(GET | POST) |
GET |
|
|
HTTP method used to submit the form |
| multiple |
SELECT |
(multiple) |
#IMPLIED |
|
|
default is single selection |
| name |
BUTTON, TEXTAREA |
CDATA |
#IMPLIED |
|
|
|
| name |
APPLET |
CDATA |
#IMPLIED |
D |
L |
allows applets to find each other |
| name |
SELECT |
CDATA |
#IMPLIED |
|
|
field name |
| name |
FORM |
CDATA |
#IMPLIED |
|
|
name of form for scripting |
| name |
FRAME, IFRAME |
CDATA |
#IMPLIED |
|
F |
name of frame for targetting |
| name |
IMG |
CDATA |
#IMPLIED |
|
|
name of image for scripting |
| name |
A |
CDATA |
#IMPLIED |
|
|
named link end |
| name |
INPUT, OBJECT |
CDATA |
#IMPLIED |
|
|
submit as part of form |
| name |
MAP |
CDATA |
#REQUIRED |
|
|
for reference by usemap |
| name |
PARAM |
CDATA |
#REQUIRED |
|
|
property name |
| name |
META |
NAME |
#IMPLIED |
|
|
metainformation name |
| nohref |
AREA |
(nohref) |
#IMPLIED |
|
|
this region has no action |
| noresize |
FRAME |
(noresize) |
#IMPLIED |
|
F |
allow users to resize frames? |
| noshade |
HR |
(noshade) |
#IMPLIED |
D |
L |
|
| nowrap |
TD, TH |
(nowrap) |
#IMPLIED |
D |
L |
suppress word wrap |
| object |
APPLET |
CDATA |
#IMPLIED |
D |
L |
serialized applet file |
| onblur |
A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA |
%Script; |
#IMPLIED |
|
|
the element lost the focus |
| onchange |
INPUT, SELECT, TEXTAREA |
%Script; |
#IMPLIED |
|
|
the element value was changed |
| onclick |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
|
|
a pointer button was clicked |
| ondblclick |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
|
|
a pointer button was double clicked |
| onfocus |
A, AREA, BUTTOL, INPUT, LABEL, SELECT, TEXTAREA |
%Script; |
#IMPLIED |
|
|
the element got the focus |
| onkeydown |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
a key was pressed and released |
| onkeyup |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML,
IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
|
|
a key was released |
| onload |
FRAMESET |
%Script; |
#IMPLIED |
|
F |
all the frames have been loaded |
| onload |
BODY |
%Script; |
#IMPLIED |
|
|
the document has been loaded |
| onmousedown |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
|
|
a pointer button was pressed down |
| onmousemove |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
|
|
a pointer was moved within |
| onmouseout |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
|
|
a pointer was moved away |
| onmouseover |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
|
|
a pointer was moved onto |
| onmouseup |
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE |
%Script; |
#IMPLIED |
|
|
a pointer button was released |
| onreset |
FORM |
%Script; |
#IMPLIED |
|
|
the form was reset |
| onselect |
INPUT, TEXTAREA |
%Script; |
#IMPLIED |
|
|
some text was selected |
| onsubmit |
FORM |
%Script; |
#IMPLIED |
|
|
the form was submitted |
| onunload |
FRAMESET |
%Script; |
#IMPLIED |
|
F |
all the frames have been removed |
| onunload |
BODY |
%Script; |
#IMPLIED |
|
|
the document has been removed |
| profile |
HEAD |
%URI; |
#IMPLIED |
|
|
named dictionary of meta info |
| prompt |
ISINDEX |
%Text; |
#IMPLIED |
D |
L |
prompt message |
| readonly |
TEXTAREA |
(readonly) |
#IMPLIED |
|
|
|
| readonly |
INPUT |
(readonly) |
#IMPLIED |
|
|
for text and passwd |
| rel |
A, LINK |
%LinkTypes; |
#IMPLIED |
|
|
forward link types |
| rev |
A, LINK |
%LinkTypes; |
#IMPLIED |
|
|
reverse link types |
| rows |
FRAMESET |
%MultiLengths; |
#IMPLIED |
|
F |
list of lengths, default: 100% (1 row) |
| rows |
TEXTAREA |
NUMBER |
#REQUIRED |
|
|
|
| rowspan |
TD, TH |
NUMBER |
1 |
|
|
number of rows spanned by cell |
| rules |
TABLE |
%TRules; |
#IMPLIED |
|
|
rulings between rows and cols |
| scheme |
META |
CDATA |
#IMPLIED |
|
|
select form of content |
| scope |
TD, TH |
%Scope; |
#IMPLIED |
|
|
scope covered by header cells |
| scrolling |
FRAME, IFRAME |
(yes | no | auto) |
auto |
|
F |
scrollbar or none |
| selected |
OPTION |
(selected) |
#IMPLIED |
|
|
|
| shape |
AREA |
%Shape; |
rect |
|
|
controls interpretation of coords |
| shape |
A |
%Shape; |
rect |
|
|
for use with client-side image maps |
| size |
HR |
%Pixels; |
#IMPLIED |
D |
L |
|
| size |
FONT |
CDATA |
#IMPLIED |
D |
L |
[+|-]nn e.g. size="+1", size="4" |
| size |
INPUT |
CDATA |
#IMPLIED |
|
|
specific to each type of field |
| size |
BASEFONT |
CDATA |
#REQUIRED |
D |
L |
base font size for FONT elements |
| size |
SELECT |
NUMBER |
#IMPLIED |
|
|
rows visible |
| span |
COL |
NUMBER |
1 |
|
|
COL attributes affect N columns |
| span |
COLGROUP |
NUMBER |
1 |
|
|
default number of columns in group |
| src |
SCRIPT |
%URI; |
#IMPLIED |
|
|
URI for an external script |
| src |
INPUT |
%URI; |
#IMPLIED |
|
|
for fields with images |
| src |
FRAME, IFRAME |
%URI; |
#IMPLIED |
|
F |
source of frame content |
| src |
IMG |
%URI; |
#REQUIRED |
|
|
URI of image to embed |
| standby |
OBJECT |
%Text; |
#IMPLIED |
|
|
message to show while loading |
| start |
OL |
NUMBER |
#IMPLIED |
D |
L |
starting sequence number |
| style |
All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE |
%StyleSheet; |
#IMPLIED |
|
|
associated style info |
| summary |
TABLE |
%Text; |
#IMPLIED |
|
|
purpose/structure for speech output |
| tabindex |
A, AREA, BUTTON, INPUT, OBJECT, SELECT, TEXTAREA |
NUMBER |
#IMPLIED |
|
|
position in tabbing order |
| target |
A, AREA, BASE, FORM, LINK |
%FrameTarget; |
#IMPLIED |
|
L |
render in this frame |
| text |
BODY |
%Color; |
#IMPLIED |
D |
L |
document text color |
| title |
All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, TITLE |
%Text; |
#IMPLIED |
|
|
advisory title |
| type |
A, LINK |
%ContentType; |
#IMPLIED |
|
|
advisory content type |
| type |
OBJECT |
%ContentType; |
#IMPLIED |
|
|
content type for data |
| type |
PARAM |
%ContentType; |
#IMPLIED |
|
|
content type for value when valuetype=ref |
| type |
SCRIPT |
%ContentType; |
#REQUIRED |
|
|
content type of script language |
| type |
STYLE |
%ContentType; |
#REQUIRED |
|
|
content type of style language |
| type |
INPUT |
%InputType; |
TEXT |
|
|
what kind of widget is needed |
| type |
LI |
%LIStyle; |
#IMPLIED |
D |
L |
list item style |
| type |
OL |
%OLStyle; |
#IMPLIED |
D |
L |
numbering style |
| type |
UL |
%ULStyle; |
#IMPLIED |
D |
L |
bullet style |
| type |
BUTTON |
(button | submit | reset) |
submit |
|
|
for use as form button |
| usemap |
IMG, INPUT, OBJECT |
%URI; |
#IMPLIED |
|
|
use client-side image map |
| valign |
COL,
COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR |
(top | middle | bottom | baseline) |
#IMPLIED |
|
|
vertical alignment in cells |
| value |
INPUT |
CDATA |
#IMPLIED |
|
|
Specify for radio buttons and checkboxes |
| value |
OPTION |
CDATA |
#IMPLIED |
|
|
defaults to element content |
| value |
PARAM |
CDATA |
#IMPLIED |
|
|
property value |
| value |
BUTTON |
CDATA |
#IMPLIED |
|
|
sent to server when submitted |
| value |
LI |
NUMBER |
#IMPLIED |
D |
L |
reset sequence number |
| valuetype |
PARAM |
(DATA | REF | OBJECT) |
DATA |
|
|
How to interpret value |
| version |
HTML |
CDATA |
%HTML.Version; |
D |
L |
Constant |
| vlink |
BODY |
%Color; |
#IMPLIED |
D |
L |
color of visited links |
| vspace |
APPLET, IMG, OBJECT |
%Pixels; |
#IMPLIED |
D |
L |
vertical gutter |
| width |
HR |
%Length; |
#IMPLIED |
D |
L |
|
| width |
IFRAME |
%Length; |
#IMPLIED |
|
L |
frame width |
| width |
IMG, OBJECT |
%Length; |
#IMPLIED |
|
|
override width |
| width |
TABLE |
%Length; |
#IMPLIED |
|
|
table width |
| width |
TD, TH |
%Length; |
#IMPLIED |
D |
L |
width for cell |
| width |
APPLET |
%Length; |
#REQUIRED |
D |
L |
initial width |
| width |
COL |
%MultiLength; |
#IMPLIED |
|
|
column width specification |
| width |
COLGROUP |
%MultiLength; |
#IMPLIED |
|
|
default width for enclosed COLs |
| width |
PRE |
NUMBER |
#IMPLIED |
D |
L |
|
Printer Friendly Version
|