oggetto etichetta
L'oggetto Label rappresenta un HTML <label> elemento.
Accedere a un oggetto Label
È possibile accedere a un <label> elemento utilizzando getElementById() :
Creare un oggetto Label
È possibile creare un <label> elemento utilizzando il document. createElement() document. createElement() Metodo:
Proprietà etichetta dell'oggetto
Proprietà | Descrizione |
---|---|
control | Restituisce il controllo con l'etichetta |
form | Restituisce un riferimento alla forma che contiene l'etichetta |
htmlFor | Imposta o restituisce il valore for attributo di un'etichetta |
Proprietà ed eventi standard
L'oggetto Label supporta anche lo standard proprietà ed eventi .
Pagine correlate
HTML tutorial: moduli HTML
HTML di riferimento: HTML <label> tag