UID uCertify Chapter 9 Test

UID uCertify Chapter 9 Test

8th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML (Tables &  Frames)

HTML (Tables & Frames)

9th Grade

20 Qs

Forms in HTML

Forms in HTML

11th Grade

21 Qs

HTML-FORM

HTML-FORM

10th Grade

20 Qs

Web Development Ch 7 Quiz Review

Web Development Ch 7 Quiz Review

9th - 12th Grade

20 Qs

HTML5-FORMS

HTML5-FORMS

11th - 12th Grade

15 Qs

SDA Lesson Seven Mid-Chapter

SDA Lesson Seven Mid-Chapter

8th - 12th Grade

20 Qs

SDA uCertify Lesson 6

SDA uCertify Lesson 6

8th - 12th Grade

25 Qs

Grade 10 Quiz # 1 Q2

Grade 10 Quiz # 1 Q2

10th Grade

20 Qs

UID uCertify Chapter 9 Test

UID uCertify Chapter 9 Test

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Greg Baker

Used 19+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML5 <form> attribute assists with form completion and validation by reducing the amount of manual typing a user must do to complete a form?
The placeholder attribute
The autofocus attribute
The novalidate attribute
The autocomplete 
attribute

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When would you include the novalidate attribute with the <form> element?
If you decide to perform validation only on the client side and not on the server side
If you decide to bypass HTML5 
form validation

If you decide to validate the form manually
If you decide to perform 
validation on both the client side and server side

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement about form data submission attributes is true?
For HTML5-compliant browsers, data submission attributes of the <input> element will override data submission attributes in the <form> element.
For HTML5-compliant browsers, data submission attributes of the <form> element will override data submission attributes in the <input> element.
Browsers that do not support HTML5 will default to the <input> tag instructions for data submission.
Browsers that do not support HTML5 will ignore data submission attributes of both the <input> and <form> elements.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML5 <input> attribute can you use to direct users to the first required field in a form when they load the form in their browsers?
The required 
attribute

The
 autocomplete 
attribute

The autofocus 
attribute

The placeholder attribute

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which element creates a "Reset" button that changes all user input and settings in a form back to their original values?
The <button type=
"reset"> element

The <button type=
"submit"> element

The <reset type=
"submit"> element

The <reset type="button"> element

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can use the <input type="submit"> element to create a standard "Submit" button. What distinguishes <button type="submit"> from <input type="submit">?
The <button> element 
allows text and images to be placed within its tags; the <input> element does not.

The <input> element allows text and images to be placed within its tags; the <button> element does not.
The <button> element can be interpreted by non-HTML5-compliant browsers; the <input> element cannot.
The <input> element can use HTML global attributes; the <button> element cannot.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why would you include the HTML formaction global attribute in the <button type="submit"> element?
To specify the form(s) on the page in which the <button> element appears by binding the button to the form
To specify the HTTP method for sending form input to the server-side script that will process the information
To specify a name or keyword that indicates where to display the response to the user after he or she has submitted the form
To specify where to send user input when the form is submitted

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?