Exercise v1.3

Exercise:

Use the innerHTML property to change the content of the <p> element to "New text!".

Hint: element.innerHTML = new content

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com