Thursday, 23 February 2012

Creating Button


<html>
<body>
<form action="">
<input type="button" value="My name">
</form>
 </body>
</html>

No comments:

Post a Comment