[HTML 5] document.body vs document.documentElement

The difference between document.body and document.documentElement:

document.body returns the <body> element
document.documentElement returns the <html> element.

posted @ 2024-09-09 14:09  Zhentiw  阅读(11)  评论(0)    收藏  举报