Wednesday, October 31, 2012

Alert Button






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!

No comments:

Post a Comment