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