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