The Image Button
You can use an image for a submit button. Use the type="image"
.
NOTE: This element will then need to follow good image use practice. This means it should include the alt
, width
, and height
attributes following the src
attribute.
- Previous
- Next