Java Script c10 Question 1 (1 point) What does an HTML5 type attribute for an in
ID: 3917911 • Letter: J
Question
Java Script c10
Question 1 (1 point)
What does an HTML5 type attribute for an input element do?
Question 1 options:
It validates the data entered by the user.
It indicates the type of data the user should enter in the control.
It indicates the type of control the browser should display to the user.
It makes working with CSS easier.
Save
Question 2 (1 point)
Which of the following statements is true?
Question 2 options:
All browsers provide automatic data validation for all HTML5 input controls.
All browsers provide automatic data validation for some HTML5 input controls.
Some browsers provide automatic data validation for some HTML5 input controls.
Some browsers provide automatic data validation for all HTML5 input controls.
Save
Question 3 (1 point)
Which of the following HTML5 attributes is used for data validation?
Question 3 options:
pattern
autofocus
action
placeholder
Save
Question 4 (1 point)
Which of the following can you NOT format using CSS3 pseudo-classes?
Question 4 options:
valid fields
invalid fields
required fields
non-required fields
Save
Question 5 (1 point)
Which of the following methods removes all the spaces before and after an entry in a text box?
Question 5 options:
val()
trim()
text()
select()
Save
Question 6 (1 point)
Which of the following is not a jQuery selector for working with forms and controls?
Question 6 options:
:hidden
:disabled
:text
:submit
Save
Question 7 (1 point)
The jQuery features for forms and controls let you do all but one of the following. Which one is it?
Question 7 options:
set the values of error messages
get the value in a text box
select the check boxes that are checked
validate specific types of entries in text boxes
Save
Question 8 (1 point)
You can use a handler for the submit event of a form to validate data when the user clicks a
Question 8 options:
regular button
radio button
submit button
link
It validates the data entered by the user.
It indicates the type of data the user should enter in the control.
It indicates the type of control the browser should display to the user.
It makes working with CSS easier.
Explanation / Answer
Answers:
1) It indicates the type of data the user should enter in the control.
2) Some browsers provide automatic data validation for some HTML5 input controls.
3) pattern
4) non-required fields
5) trim()
6) :hidden
7) validate specific types of entries in text boxes
8) submit button
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.