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

URL Input (type="url")

The url input type is intended for entries that follow a URL (web address) format, such as http://example.com. Like the email input, URL fields perform basic format validation and suggest a URL-specific keyboard layout on mobile devices. This feature is especially useful for fields like "Website" or "LinkedIn Profile."

Example Code for URL Input

<label for="website">You...