Menu
×
×
Correct!
题目:Use JavaScript to change the HTML content of the <p> element to "Hello World!". 提示:
Use the document.getElementById() method to find the <p> element. |
修改以下代码:
效果预览:
|
答案:
效果预览:
|