The document object is globally available in your browser. It allows you to access and manipulate the DOM of the current web page: Find the DOM node you want to change using an access method Store this DOM node as a variable Manipulate the DOM node
Test paragraph