how make an Image Button in html5 code
<html><head>
<title>Image Button</title>
</head>
<body>
<form action="http://www.example.org/subscribe.php">
<p>Subscribe to our email list:</p>
<input type="text" name="email" />
<input type="image" src="images/subscribe.jpg" width="100" height="20" />
</form>
</body>
</html>
0 comments:
Post a Comment