Valid for `TYPE=IMAGE'. Behaves the same as the ALIGN attribute for the <IMG> element.
Indicates that the initial state is on for CHECKBOX or RADIO input types.
Constrains the number of characters that can be entered into a text input field. If the value of MAXLENGTH is greater the the value of the SIZE attribute, the field should scroll appropriately. The default number of characters is unlimited.
NUMBER
Name for the form field corresponding to this element.
CDATA
SDA/ICADD: Generated text prefix.
CDATA
Specifies the amount of display space allocated to this input field according to its type. The default depends on the user agent.
CDATA
Valid for `TYPE=IMAGE'. Attribute the same as the SRC attribute for the <IMG> element.
CDATA
Example:
<p>What flavors do you like? <input type=checkbox name=flavor value=vanilla>Vanilla<br> <input type=checkbox name=flavor value=strawberry>Strawberry<br> <input type=checkbox name=flavor value=chocolate checked>Chocolate<br>
Example:
<input type=hidden name=context value="l2k3j4l2k3j4l2k3j4lk23">
Example
<p>Choose a point on the map: <input type=image name=point src="map.gif">
Example:
<p>Name: <input name=login> Password: <input type=password name=passwd>
Example:
<p>Which is your favorite? <input type=radio name=flavor value=vanilla>Vanilla<br> <input type=radio name=flavor value=strawberry>Strawberry<br> <input type=radio name=flavor value=chocolate>Chocolate<br>
Example:
<p>Street Address: <input name=street><br> Postal City code: <input name=city size=16 maxlength=16><br> Zip Code: <input name=zip size=10 maxlength=10 value="99999-9999"><br>
The initial value of the field, or the value when checked for checkboxes and radio buttons.
CDATA