Document: lastElementChild-Eigenschaft

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Die schreibgeschützte Eigenschaft Document.lastElementChild gibt das letzte Kind-Element des Dokuments zurück oder null, wenn es keine Kindelemente gibt.

Für HTML-Dokumente ist dies üblicherweise das einzige Kind, das Wurzelelement <html>.

Siehe Element.lastElementChild für das letzte Kindelement spezifischer Elemente innerhalb eines Dokuments.

Wert

Das Wurzelelement <html>.

Beispiele

js
document.lastElementChild;
// returns the root <html> element, the only child of the document

Spezifikationen

Specification
DOM
# ref-for-dom-parentnode-lastelementchild①

Browser-Kompatibilität

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
lastElementChild

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

Siehe auch