[HTML 5] document.body vs document.documentElement
The difference between document.body
and document.documentElement
:
document.body
returns the <body> elementdocument.documentElement
returns the <html> element.
The difference between document.body
and document.documentElement
:
document.body
returns the <body> elementdocument.documentElement
returns the <html> element.