'documentElement' Example : documentElement « Node Operation « JavaScript DHTML
- JavaScript DHTML
- Node Operation
- documentElement
'documentElement' Example
<html>
<body>
<button onClick="alert(document.documentElement.nodeName);">Root Node</button>
</body>
</html>
Related examples in the same category