test

function myFunction() {
document.getElementById(“demo”).innerHTML = “Paragraph changed.”;
}

My Web Page

A Paragraph

Try it

Leave a comment