Oggetto Abbreviation DOM HTML
Oggetto Abbreviation
L'oggetto Abbreviation rappresenta l'elemento HTML <abbr>.
Accedi all'oggetto Abbreviation
Puoi utilizzare getElementById() per accedere all'elemento <abbr>:
Esempio
var x = document.getElementById("myAbbr");
Creare l'oggetto Abbreviation
Puoi utilizzare il metodo document.createElement() per creare l'elemento <abbr>:
Esempio
var x = document.createElement("ABBR");
Pagine correlate
Manuale di riferimento HTML:Etichetta <abbr> HTML