Ad Code

Cute Submit Button for Website Page

Advertisements
Cute Submit Button for Website Page using form,method,action and yahoo.com search.
Project Code:
<html>
<head>
<title>Example of Form
</title>
</head>
<body>
<form method="get"action="http://search.yahoo.com/bin/search">
<input type="submit" >
<br>
<input type="submit"value="go">
</form>
</body>
</html>
Output
Cute Submit Button for Website Page

Download Link
Advertisements