HTMLBodyElement
) interface, which provides special properties (beyond the regular element
object interface they also have available to them by inheritance) for manipulating body elements.URI for a background image resource.
Reflects the
onbeforeunload
HTML attribute value for a function to call when the document is about to be unloaded.
Reflects the
onhashchange
HTML attribute value for a function to call when the fragment identifier in the address of the document changes.
Reflects the
onmessage
HTML attribute value for a function to call when the document receives a message.
Reflects the
onoffline
HTML attribute value for a function to call when network communication fails.
Reflects the
ononline
HTML attribute value for a function to call when network communication is restored.
Reflects the
onpopstate
HTML attribute value for a function to call when the user has navigated session history.
Reflects the
onresize
HTML attribute value for a function to call when the document has been resized.
Reflects the
onpopstate
HTML attribute value for a function to call when the storage area has changed.
Reflects the
onunload
HTML attribute value for a function to call when when the document is going away.