<!DOCTYPE html> <html> <head><title>Alert Example</title></head> <body> <h2>Alert Example</h2> <button onclick="alert('Hello! This is an Alert Box')">Click</button> </body> </html>