Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

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.