1)
Which of the following can you NOT format using CSS3 pseudo-classes?
(1pts)
a. valid fields
b. invalid fields
c. required fields
d. non-required fields
2)
What does an HTML5 type attribute for an input element do?
(1pts)
a. It validates the data entered by the user.
b. It indicates the type of data the user should enter in the control.
c. It indicates the type of control the browser should display to the user.
d. It makes working with CSS easier.
3)
You can use a handler for the submit event of a form to validate data when the user clicks a
(1pts)
a. regular button
b. radio button
c. submit button
d. link