HTML/Overzicht tags/label
Uit Wikibooks
|
|
|
| Inhoudsopgave
Inleiding |
Inhoud |
[bewerken] Functie
[bewerken] Voorbeeld
HTML-code:Een voorbeeld van het gebruik van de label-tag
<form name="input" action=""> <input type="checkbox" name="wiki" id="wikipedia" /> <label for="wikipedia">Wikipedia</label> <input type="checkbox" name="wiki" id="wikibooks" /> <label for="wikibooks">Wikibooks</label> </form>
[bewerken] Optionele attributen
[bewerken] for
- Waarde: id van een invoerveld
[bewerken] Standaardattributen
class
id
style
title
[bewerken] Mogelijke inhoud
a, abbr, acronym, applet, b, basefont, bdo, big, br, button, cite, code, dfn, em, font, i, iframe, img, input, kbd, map, object, q, s, samp, script, select, small, span, strike, strong, sub, sup, textarea, tt, u, var
[bewerken] Mag staan in
[bewerken] Status
Opgenomen in HTML 4.01 transitional, frameset en strict.
[bewerken] Meer informatie
- Handleiding HTML (Nederlands)
- w3cschools (Engels)
| HTML elementen |
|
a | abbr | acronym | address | applet | area | b | base | basefont | bdo | big | blockquote | body | br | button | caption | center | cite | code | col | colgroup | dd | del | dfn | dir | div | dl | dt | em | fieldset | font | form | frame | frameset | head | hr | html | hx | i | iframe | img | input | ins | kbd | label | legend | li | link | map | menu | meta | noframes | noscript | object | ol | optgroup | option | p | param | pre | q | s | samp | script | select | small | span | strike | strong | style | sub | sup | table | tbody | td | textarea | tfoot | th | thead | title | tr | tt | u | ul | var |