<html> <head> </head> <body> <input type="button" id="message" value="Click Me" onclick="alert('Bạn vừa click vào button')"/> </body> </html>