Menu
×
×
Correct!
题目:Use JavaScript to add a red background color to the <p> element. 提示:
Use the document.getElementById() method to find the <p> element. |
修改以下代码:
效果预览:
|
答案:
效果预览:
|