Menu
×
×
Correct!
题目:Make a HTML form, containing an <input> element with type="button", and value="OK". 提示:Make a <form> element, and place the <input type="button" value="OK"> element inside it. |
修改以下代码:
效果预览:
|
答案:
效果预览:
|