Titolo oggetto
L'oggetto Titolo rappresenta un HTML <title> elemento.
Accedere a un oggetto Titolo
È possibile accedere a un <title> elemento utilizzando getElementsByTagName() :
Creare un oggetto Titolo
È possibile creare un <title> elemento utilizzando il document. createElement() document. createElement() Metodo:
Proprietà Titolo Object
Proprietà | Descrizione |
---|---|
text | Imposta o restituisce il testo del titolo del documento |
Proprietà ed eventi standard
L'oggetto titolo supporta anche lo standard proprietà ed eventi .
Pagine correlate
HTML tutorial: Capo HTML
Di riferimento HTML: HTML <title> tag