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
Telephone Input (type="tel")
The tel
input type is designed to capture telephone numbers. Unlike email and URL fields, however, this input type does not validate the format because phone number formats differ widely across countries. This input type helps optimize mobile forms, as it prompts mobile browsers to display a phone number keyboard layout.
Example Code for Telephone Input
<label for="phone"...