Since I got black ops you can add me, my gamertag is nkgamerman
Saturday, February 26, 2011
Monday, February 21, 2011
I made a Facebook Page!
My page is called I am defuzzled, for confuzzlement/defuzzlment support
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
Subscribe to:
Posts (Atom)