Horje

How to add Define an image as the submit button, with height and width attributes - HTML width Attribute

Input Example. Note: The input type="image" sends the X and Y coordinates of the click that activated the image button.
index.html
Example: HTML
 <form action="/action_page.php">
  First name: <input type="text" name="fname"><br>
  Last name: <input type="text" name="lname"><br>
  <input type="image" src="img_submit.gif" alt="Submit" width="48" height="48">
</form> 

Output should be:

How to add Define an image as the submit button, with height and width attributes - HTML width Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin