Najnowsze tutoriale tworzenie stron internetowych
 

HTML DOM DT obiektu


DT obiektu

Przedmiotem DT reprezentuje HTML <dt> element.

Dostęp do obiektu DT

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

Przykład

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

Tworzenie obiektu DT

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

Przykład

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

Standardowe właściwości i zdarzeń

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


Podobne strony

Odniesienia HTML: HTML <dt> tag