Answers for "create innerhtml in js w3schools"

28

.innerhtml

// .innerHTML method is used to change the html contents of a DOM object
document.getElementById("demo").innerHTML = "Paragraph changed!";
Posted by: Guest on April-26-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language