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