Matching
Match each statement below with correct item:
Premises:
Determines whether a value is not a number
Enables customization of validation feedback in modern browsers
Indicates that a form element must have a value
Checking that information provided by users conforms to rules
If all its properties are false , then its value is true
Stops a form from being submitted when the submit event is triggered
Persistence required for a user to accomplish a goal
Displays a validation error in a modern browser
Reduce the likelihood of user errors when completing a form
Provides guidance about what data should be entered in a text box
Responses:
validity object
bubble
friction
constraint validation API
isNaN()function
validation
required
assistive functions
preventDefault()
placeholder
Correct Answer:
Premises:
Responses:
Determines whether a value is not a number
Enables customization of validation feedback in modern browsers
Indicates that a form element must have a value
Checking that information provided by users conforms to rules
If all its properties are false , then its value is true
Stops a form from being submitted when the submit event is triggered
Persistence required for a user to accomplish a goal
Displays a validation error in a modern browser
Reduce the likelihood of user errors when completing a form
Provides guidance about what data should be entered in a text box
Premises:
Determines whether a value is not a number
Enables customization of validation feedback in modern browsers
Indicates that a form element must have a value
Checking that information provided by users conforms to rules
If all its properties are false , then its value is true
Stops a form from being submitted when the submit event is triggered
Persistence required for a user to accomplish a goal
Displays a validation error in a modern browser
Reduce the likelihood of user errors when completing a form
Provides guidance about what data should be entered in a text box
Responses:
Related Questions
Q1: Instead of document.getElementsByTagName("form")[0] , you could use
Q2: Describe two advantages of referencing form objects
Q3: In what situations can you get more
Q5: By default, browsers create an collection of
Q6: For all custom validation, it can be
Q7: How can you add options to a
Q8: To check a group of fields and
Q9: To display no default value on a
Q10: The _ event fires when a form
Q11: In modern browsers, which attribute of an