Menu
×
×
Correct!
Exercise:Create a button (using input types) that says "Click Me", which alerts "Hello World" when you click on it. Hint: Use input type="button" and add the HTML onclick attribute. |
Edit This Code:
Result:
|
Correct Code:
Result:
|