Filters
Question type

Study Flashcards

An order form contains an area for web visitors to select their state or province. You need to limit the amount of space on the form that is used for this feature. Select the form control that is best to use for this purpose.


A) check box
B) radio button
C) text box
D) select list

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

Select the statement below that is true about forms.


A) The form element is optional
B) It is recommended to use mailto: as the action on a form since that is the easiest for the web developer
C) A form can be used to pass information to a program or script on the web server
D) none of the above is true

E) None of the above
F) C) and D)

Correct Answer

verifed

verified

What attributes are valid for the select element?


A) name, id, multiple
B) name, id, multiple, rows, cols
C) name, id, multiple, selected
D) name, id, multiple, checked

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Choose the item below that is not a valid value for the input element's type attribute.


A) radio
B) url
C) e-mail
D) text

E) B) and D)
F) A) and B)

Correct Answer

verifed

verified

Select the HTML code to configure a button that, when clicked, will automatically reset form fields to their default values.


A) < input type="reset" >
B) < input type="submit" value="Reset" >
C) < reset >
D) < form action="reset" >

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

A

When configuring a radio button form control, the value of the ______ of each radio button must be the same


A) name
B) id
C) value
D) none of the above

E) B) and C)
F) C) and D)

Correct Answer

verifed

verified

A

Select the value of the type attribute that configures an HTML5 spinner control.


A) spinner
B) range
C) number
D) input

E) B) and C)
F) None of the above

Correct Answer

verifed

verified

C

The purpose of the __________ element is to configure a label for a fieldset element.


A) label
B) p
C) form
D) legend

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

Select the attribute used to configure the width of a text box as displayed in a browser.


A) size
B) maxsize
C) limit
D) columns

E) None of the above
F) A) and D)

Correct Answer

verifed

verified

Select the true statement from the choices below.


A) A scrolling text box is created using an input element with type="textarea".
B) A text box is created using an input element with type="box".
C) A select list is created using select and input elements.
D) A scrolling text box is created using a textarea element.

E) None of the above
F) A) and D)

Correct Answer

verifed

verified

Select the form control below that would be most appropriate to accept free-form comments about your website.


A) select list
B) text box
C) scrolling text box
D) None of the above

E) A) and B)
F) A) and D)

Correct Answer

verifed

verified

Select the attribute used to limit the number of characters that a text box will accept.


A) size
B) maxlength
C) limit
D) columns

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

You would like to conduct a survey and ask your web page visitors to indicate the computer operating systems that they use. Each visitor could use more than one computer operating system. Select the form control that is best to use for this purpose.


A) check box
B) radio button
C) text box
D) scrolling text box

E) None of the above
F) A) and D)

Correct Answer

verifed

verified

Select the value of the type attribute that configures an HTML5 slider control.


A) spinner
B) range
C) number
D) input

E) A) and D)
F) B) and C)

Correct Answer

verifed

verified

Choose the attribute selector below that will target submit buttons.


A) input[type="submit"]
B) submit
C) submit[input]
D) input.submit

E) B) and D)
F) A) and C)

Correct Answer

verifed

verified

Choose the HTML tag below that would configure a scrolling text box with the name "feedback", 3 rows, and 60 characters.


A) < textarea name="feedback" width="60" rows="3" >< /textarea >
B) < input type="textarea" name="feedback" size="60" rows="3" >
C) < textarea name="feedback" rows="3" cols="60" >< /textarea >
D) none of the above

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

Select the true statement from those listed below.


A) The input element with type="email" will cause all browsers to edit for a valid e-mail address.
B) The required attribute will cause all browsers to verify that the user has entered information into the form control.
C) The input element with type="date" will cause all browsers to display a calendar control
D) The input element with type="email" will cause browsers that do not support the attribute to display a text box.

E) None of the above
F) All of the above

Correct Answer

verifed

verified

Select the form control from the choices below that may be used to submit a form/


A) < input type="submit" >
B) < submit >< /submit >
C) < input type="form" value="submit" >
D) < select option="submit" >

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

The HTML5 _____________ form control provides the user with a selection of choices along with an option to enter information.


A) select list
B) check box
C) datalist
D) slider

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

Select the element used to visually group a number of form controls.


A) group
B) fieldset
C) form
D) label

E) All of the above
F) A) and D)

Correct Answer

verifed

verified

Showing 1 - 20 of 26

Related Exams

Show Answer