<body> Tag Attributes

Attributes of the <body> tag
global attributes In addition to the personal attributes of the <body> tag below, any of the common HTML attributes can also be coded.
onload When the onload attribute is specified on the <body> tag, the event is for loading of the DOM window object rather than the body node.
onscroll When the onscroll attribute is specified on the <body> tag, the event is for scrolling of the DOM window object rather than the body node.
onfocus When the onfocus attribute is specified on the <body> tag, the event is for the focus of the DOM window object rather than the body node.
onblur When the onblur attribute is specified on the <body> tag, the event is for loss of focus of the DOM window object rather than the body node.
onerror When the onerror attribute is specified on the <body> tag, the event is for errors for the DOM window object rather than the body node.