<!DOCTYPE html> <!-- Javascript001.html --> <html> <head> </head> <body> <button onclick="alert('You clicked on the button')"> Click here </button> </body> </html>