<html>
<body>
<form action="https://www.w3schools.com/action_page.php">
First name: <input type="text" name="fname"><br>
<input type="image" src="submit.gif" alt="Submit" width="48" height="48">
</form>
<p>Click on the image, and the input will be sent to a page on the server called "/action_page.php".</p>
<p><b>Note:</b> The image input type sends the X and Y coordinates of the click that activated the image button as default.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_input_src by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:11:06 GMT -->
</html>