JavaScript Reference/Javascript Properties/documentElement — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:21, 26 мая 2010
"documentElement" Example
<html>
<body>
<button onClick="alert(document.documentElement.nodeName);">Root Node</button>
</body>
</html>
"documentElement" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |document |
+----------------+--------------------------------------------------------------+
"documentElement" Syntax and Note
Note:
Read-only property.
Returns the HTML element that contains all the content.
Syntax:
document.documentElement