码迷,mamicode.com
首页 > 其他好文 > 详细

document.documentElement 和 document.body

时间:2015-06-08 19:15:47      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

MDN : 

The Document.documentElement read-only property returns the Element that is the root element of the document (for example, the <html> element for HTML documents) .

 

层级关系:

1. document

2. documentElement(html)

3. head, body

 

document.documentElement 和 document.body

标签:

原文地址:http://www.cnblogs.com/linxd/p/4561433.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!