Najnowsze tutoriale tworzenie stron internetowych
 

HTML DOM DFN obiektu


DFN obiektu

Przedmiotem DFN reprezentuje HTML <dfn> element.

Dostęp do obiektu DFN

Można uzyskać dostęp do <dfn> elementu za pomocą getElementById() :

Przykład

var x = document.getElementById("myDFN");
Spróbuj sam "

Tworzenie obiektu DFN

Można utworzyć <dfn> elementu za pomocą document. createElement() document. createElement() Sposób:

Przykład

var x = document.createElement("DFN");
Spróbuj sam "

Standardowe właściwości i zdarzeń

Przedmiotem DFN obsługuje również standardowe właściwości i zdarzeń .


Podobne strony

Odniesienia HTML: HTML <dfn> tag