JavaScript DHTML/Node Operation/documentElement
Версия от 10:02, 26 мая 2010; (обсуждение)
"documentElement" Example
<html>
<body>
<button onClick="alert(document.documentElement.nodeName);">Root Node</button>
</body>
</html>
<html>
<body>
<button onClick="alert(document.documentElement.nodeName);">Root Node</button>
</body>
</html>