Exercise:Use the innerHTML property to change the content of the <h1> element to "New Header". Hint: element.innerHTML = new HTML content |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|