Exam 10: Creating and Processing Web Forms

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

For a field with the type value number, some modern browsers flag or reject non-numerical input.

Free
(True/False)
4.8/5
(37)
Correct Answer:
Verified

True

List and describe 3 kinds of form fields that you can create with the input element.

Free
(Essay)
4.9/5
(34)
Correct Answer:
Verified

(Students need to provide just 3) You can use an input element to create a check box, which allows users to select a single item. You can also create option buttons, which let users select one option from a set of choices. In addition, you can create buttons such as the submit button, which users can click to send the data they have provided to the server. Finally, you can create text boxes, into which users can type a single line of text.

When using a drop-down menu, once a user clicks an option to select it, the list is hidden and the selected value is displayed in the text box.

Free
(True/False)
4.8/5
(34)
Correct Answer:
Verified

True

Matching Match each element with the description of what it marks. -form

(Multiple Choice)
4.9/5
(40)

The type value ____ for the input element may cause modern browsers to style input to match styling of search boxes in other parts of the user interface.

(Multiple Choice)
4.7/5
(31)

  -Referring to the figure above, the text 2021 was added using the __________ element. -Referring to the figure above, the text "2021" was added using the __________ element.

(Multiple Choice)
4.8/5
(43)

Which of the following is a component of a form?

(Multiple Choice)
4.8/5
(37)

A descriptive title for a fieldset is known as a(n) __________.

(Short Answer)
4.9/5
(41)

​ ​ ​ ​    -Referring to the figure above, the words Name and Email were created with the ____ element. -Referring to the figure above, the words "Name" and "Email" were created with the ____ element.

(Multiple Choice)
4.8/5
(38)

The ____ element marks a multiline area where users can enter text.

(Multiple Choice)
4.8/5
(36)

Matching Match each element with the description of what it marks. -field

(Multiple Choice)
4.8/5
(38)

Case-Based Critical Thinking Question Brendan is debugging the website for a cooking and baking supply store. The site includes a web form that customers can complete to request hard to find items. -Brendan notices that the last question of the form allows users to write their comments, but uses a field created with the input element.To allow users to enter text that spans multiple lines, he replaces the field with the __________ element.

(Multiple Choice)
4.7/5
(41)

The type value ____ for the input element may cause modern browsers to validate entries to ensure that they are valid web addresses.

(Multiple Choice)
4.9/5
(28)

​ ​ ​ ​    -Referring to the figure above, Vacation is chosen by default by using the ____ attribute. -Referring to the figure above, "Vacation" is chosen by default by using the ____ attribute.

(Multiple Choice)
5.0/5
(36)

The __________ button is not used by some designers because a user can confuse it with a submit button and inadvertently lose all input.

(Multiple Choice)
4.8/5
(51)

The type value ____ for the input element may cause modern browsers to validate that entries are valid email addresses.

(Multiple Choice)
4.7/5
(36)

You customize the size of a text box with the CSS length property._________________________

(True/False)
4.8/5
(35)

Although older browsers don't recognize email or other modern type values, all browsers default to a value of blank if no other recognized value is specified._________________________

(True/False)
4.9/5
(36)

A check box should always ____ its label text for optimal usability.

(Multiple Choice)
4.8/5
(35)

You use the choice element to create a drop-down menu, with option elements nested within it to specify the list items._________________________

(True/False)
4.8/5
(43)
Showing 1 - 20 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)