Ad Code

Dynamic Submit Button Using Image

Advertisements
Dynamic Submit Button Using Image,input tag,h3,alt and align.
Project Code:
<html>
<head>
<title>Example of Submit Using Image
</title>
</head>
<body>
<h3>Project of Submit Using Image</h3>
<form>
<input type="image"src="abc.jpg"alt="send"align="center" >
</form>
</body>
</html>

Dynamic Submit Button Using Image

Download Link
Advertisements