Alert above or button. These are usually used in sites. Now YOU can have one!
Code:
<!DOCTYPE html> <html>
<body>
<button type="button" onclick="alert('Hello buddy!')">Click Me! </button>
</body>
</html>
Copy the code above and paste it on to notepad. You now save it as a .html and your done!