Question: What is the correct JavaScript syntax to change the content of the HTML element below? This is a demonstration. a) document.getElementById(demo).innerHTML = Hello World!; b)
What is the correct JavaScript syntax to change the content of the HTML element below?
This is a demonstration.
a) document.getElementById("demo").innerHTML = "Hello World!"; b) document.getElement("p").innerHTML = "Hello World!"; c) #demo.innerHTML = "Hello World!"; d) document.getElementByName("p").innerHTML = "Hello World!";Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
