Value type: Numeric
title Offers additional information about the element. The browsers usually render it
as a tooltip.
Value type: Text
type (input) Determines the kind of control to render on the page.
Acceptable values:
text : A single line text - input control.
password : Same as text but hides the typed characters replacing them with an
asterisk (or another masking symbol).
checkbox : Creates a checkbox. The value of the attribute value along with the
control name will be sent only if the control is checked.
radio : Creates a radio button. Only the value of checked radio controls will be
sent to the server on form submission.
submit : Creates a submit button. It finalizes the form submission.
image : Creates a graphical submit button. The submitted data will also contain
the coordinates of the pointing device at the moment of the click action. See the
definition for the ismap attribute for further information.
reset : Creates a reset button. A reset button restores the default values for each
control in the current form.
Pages:
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113