Menu
×
×
Correct!
Exercise:Make a HTML form containing an <input> element with type="button", and value="OK". Hint: Make a <form> element, and place the <input type="button" value="OK"> element inside it. |
Edit This Code:
Result:
|
Correct Code:
Result:
|