Auto AdSense

Tuesday, 26 May 2015

Create a button - HTML Programs

<html>
<body>

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

</body>
</html>

Output

No comments:

Post a Comment