HTML/Attribute/for
Aus SELFHTML-Wiki
Das for-Attribut gibt die Beziehung des Labels zu einem input-Feld an.
erlaubte Werte |
Wert ist die id des input-Feldes, auf das sich das Label bezieht. |
---|---|
default-Wert | |
erlaubt in | label, output |
Beispiel
<label for="männl"> männlich<input type="radio" name="geschlecht" id="männl" value="männl"></label>
Das Label bezieht sich mit dem for-Attribut auf die id des input-Feldes
Siehe auch
Weblinks
- W3C: the for attribute
Liste der HTML-Attribute
- Formular-Attribute
- accept
- accept-charset
- action
- autocapitalize
- autocomplete
- autofocus
- checked
- cols
- dirname
- disabled
- enctype
- for
- form
- formaction
- formenctype
- formmethod
- high
- keytype
- list
- low
- max
- maxlength
- method
- min
- minlength
- multiple
- name
- novalidate
- optimum
- pattern
- placeholder
- readonly
- required
- rows
- selected
- size
- step
- type (button)
- type (input)
- value
- wrap
- Universalattribute
- Listen-Attribute
- Medien-Attribute
- Meta-Attribute
- Tabellen-Attribute
- Verweis-Attribute