Menu
×
×
Correct!
Exercise:Use JavaScript to change the HTML content of the <p> element to "Hello World!". Hint:
Use the document.getElementById() method to find the <p> element. |
Edit This Code:
Result:
|
Correct Code:
Result:
|