Monday, February 14, 2011

HTML Buttons


<html>
<head>
<title>Button</title>
<script language="javascript" type="text/javascript">
function hello()
{
alert("It actually Works!!")
}
</script>
</head>
<body>
<button onclick="hello();">Click Me!!</button>
</body>
</html>

The code for my video of making html buttons

0 comments:

Post a Comment

Followers