Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 7: Facilitating User Interaction with HTML Forms!

Instruction

Examples of Button Types

Using the input Element for Basic Buttons

<!-- Generic Button -->
<input type="button" id="message" value="Alert Me">
<!-- Submit Button -->
<input type="submit" id="checkout" value="Checkout">
<!-- Reset Button -->
<input type="reset" id="resetform" value="Reset">
<!-- Image Button -->
<input type="image" src="images/submit.jpg" alt="Submit button" width="114" height="...