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