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