write a source code to create an image button.

The source code to create an image button is :
<button type="submit">
  <img src="image_name.png" alt="buttonpng" border="0" />
</button>
 
Discussion
0 Comments
  Loading . . .