xxxxxxxxxx
<html>
<body>
<h1>Alt Attribute Example for the input Element</h1>
<label for="name">image:</label>
<input
type="image"
id="name"
name="name"
src="https://www.freeiconspng.com/uploads/login-button-png-13.png"
alt="login button"
height="16"
/>
</body>
</html>