how to change the content of an element in javascript with dom code example Example: change innerhtml document.getElementById("p1").innerHTML = "New text!";