The form
element also specifies to which URI the form
content will be submitted, using the action
attribute.
input true type, name, value,
checked, disabled,
readonly, size,
maxlength, src, alt,
usemap, ismap,
tabindex, accesskey,
onfocus, onblur,
onselect, onchange,
accept, i18n, core,
events
Defines a user control. The control kind is
defined by the type attribute. Some
attributes have a meaning only if used in
conjunction with the correct control type.
Table continued on following page
Appendix A: Semantic HTML
586
Element
Name Empty?
Frequently used Attributes
or Attribute Groups Description
label false for, accesskey,
onfocus, onblur, i18n,
core, events
A label element is a short description
associate to a control. The control must be
included in the label element or otherwise
referenced using the for attribute.
legend false accesskey, i18n, core,
events
Allows adding a caption to a fieldset.
optgroup false disabled, label, i18n,
core, events
Encapsulates more options in a thematic
group.
Pages:
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089