
How do we use an image instead of the standard submit button?

Hi friends,
HTML provides a button tag. It is three type.Submit, Reset, Button.
Syntax of button tag..
<button type="button" >Text..</button>
Syntax of image tag..
<img src="Image URL" /> Everything between the button tag will be display on screen. So if you writes this code then the image will be display on button.... <button type="button type" ><img src="image URL" /></button>

HTML provides a button tag. It is three type.Submit, Reset, Button.
Syntax of button tag..
<button type="button" >Text..</button>
Syntax of image tag..
<img src="Image URL" />
Everything between the button tag will be display on screen. So if you writes this code then the image will be display on button....
<button type="button type" ><img src="image URL" /></button>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.