image button html code example
Example 1: html image as button
<input type="image" src="http://example.com/path/to/image.png" />
Example 2: mettre une image dans un button
<img src="gras.png" onclick="javascript:tafonction();" alt="Texte en gras" style="cursor:pointer;" />