Using .innerHTML, we can make the sayHello() function change the content of the paragraph when a visitor clicks on the button.
.innerHTML
sayHello()
Set the content of the paragraph to "Website published".
"Website published"
Make sure to add .innerHTML = "Website published!".
.innerHTML = "Website published!"