how to input an image in html code example
Example 1: input img
<input type="image" src="..." alt="...">
Example 2: how to add image in html
<img src="logo.png" />
<input type="image" src="..." alt="...">
<img src="logo.png" />