// .innerHTML method is used to change the html contents of a DOM object document.getElementById("demo").innerHTML = "Paragraph changed!";