how to replace a text in javascript dom element using code example Example: change innerhtml document.getElementById("p1").innerHTML = "New text!";