Najnowsze tutoriale tworzenie stron internetowych
 

DOM HTML Figura Przedmiot


figura Przedmiot

Figura Przedmiot nowego w HTML5.

Przedmiotem Figura oznacza HTML <figure> elementu.

Dostęp do obiektu fig

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

Przykład

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

Stworzyć fig obiektu

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

Przykład

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

Standardowe właściwości i zdarzeń

Przedmiotem Figura obsługuje standardowe właściwości i zdarzeń .


Podobne strony

Odniesienia HTML: HTML <figure> tag