How can we access a webpage from an included script?
Through the document JavaScript object We can't access HTML code from within JavaScript codeThrough the src JavaScript object Through the console JavaScript object
Make sure to pick document. That's the JavaScript object that contains all of the HTML code.