Search notes:

HTML element: body

The <body> element is the second and last child element of the <head> element.
With JavaScript, the <body> element can be accessed via document.body.

See also

CSS:
HTML elements

Index