INPUT - Steuerelement im Formular
Beispiel: <input type=button>
Attribute:
accept="MIME TYPES"
accesskey="Zeichen"
align="bottom | left | middle | right | top"
alt="text"
checked
class="Klassenname"
dir="ltr | rtl"
disabled
id="Eindeutige Kennung"
lang="Landessprachcode"
maxlength="maximale Feldgröße"
name="Feldname"
readonly
size="Filegröße"
src="URL"
style="Style Info"
tabindex="Nummer"
title="Empfohlener Titel"
type="button | checkbox | file | hidden | image |
password | radio | reset | submit | text"
usemap="URL"
value="Wert"
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"
|