Quiz 3
1. Which attribute on <input type='file'> prompts a mobile device's camera?
2. How do you change the virtual keyboard type for mobile users without changing the input type?
3. Which attribute disables the browser's built-in form validation?
4. Which attribute allows a single button to submit a form to a different URL than the form's action?
5. What is the correct enctype for a form that uploads files?
6. Which API property provides details about why an input failed validation?
7. Which autocomplete value is used specifically for 2FA/SMS codes?
8. How can an input element belong to a form if it is placed outside the <form> tags?
9. Which attribute uses a regex to validate input?
10. How do you trigger a custom validation message in HTML5?
Previous Next