<Input>
What it does
Creates an
input field, usually inside a form where you can inter text, passwords,
or other information.
Attributes
accept="MIME
types"
accesskey="accessibility key character"
align="left - middle - right - top"
alt="text"
checked
class="class name"
dir="direction for weak/neutral text"
disabled
id="document-wide unique id"
lang="language code"
maxlength="max chars for text field"
name="name of target location"
onblur="script"
onchange="script"
onclick="script"
ondblclick="script"
onfocus="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"
onselect="script"
readonly
size="field size"
src="URL of image"
style="associated style info"
tabindex="number"
title="advisory title"
type="input type/text"
usemap="URL of image map"
value="value"
End
Tag: Forbidden |