1 2 3 4 5 6
<!DOCTYPE html> <html> <body> <button id="btn" onclick="alert('this is an alert')">alert</button> </body> </html>