Saturday, 14 September 2013

Create a button


  copy the below code for above result.

<!DOCTYPE html>
<html>
<body>

<form action="">
<input type="button" value="Hello world!">
</form>

</body>
</html>

No comments :

Post a Comment