tty : Intended for devices that uses a fixed - pitch character grid such as
terminals with no or limited graphic support.
projection : Intended for image/video projectors.
braille : Intended for Braille devices.
Appendix A: Semantic HTML
595
Attribute Name Description
method Specifies which HTTP method will be used to submit the form contents.
Acceptable values:
get : Form contents are encoded and appended to the URI.
post : Form contents are sent in the header of the request.
multiple Specifies if the select element allows multiple selections. When multiple values
are selected, the server will receive more than one variable with the same name
and different values.
Value type: Boolean
name (a) The element acts as an anchor. A hyperlink can reference an anchor appending
to the URI the cardinal symbol # followed by the anchor name. When a link to
an anchor is followed, the browser will automatically scroll the page to show
the anchor on the top of the page if possible.
Value type: Cdata
name (input,
select,
textarea,
form)
It is a name so that the element can be referenced for styling and scripting, it
exists only for backward compatibility reason and should be replaced by id .
Pages:
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106