HTML Image Input Generator
An input type "image" is used to create image based buttons for form submission.
Preview
Code
<input type="image" alt="Uploaded Image" width="300" height="170" src="https://htmlcss.tools/img/mountains.jpeg" class="my-image" name="myImage" id="_myImage"/>