Which of the following inbuilt object can be used to change the HTML code inside the body tag from the JavaScript code?
document.innerHTML
document.body.innerhtml
document.body.innerHTML
document.body.outerHTML
1 answer
The correct option is: document.body.innerHTML