HTML Tutorial 7 CORRECT 100%, Exams of Computer Science

Identify a syntax that displays a selection list as a scroll box with 5 options visible in the web form. - ANSWER<select size="5"> ... </select>

Typology: Exams

2024/2025

Available from 01/11/2025

Classrep02
Classrep02 🇺🇸

3

(2)

2.9K documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
HTML Tutorial 7 CORRECT 100%
Identify a syntax that displays a selection list as a scroll box with 5 options visible in
the web form. - ANSWER<select size="5"> ... </select>
Identify the widget that limits a numeric field to a range of possible values by allowing
users to drag a marker horizontally across the possible field values. -
ANSWERSlider control
A _____ is a control used to enter text strings that may include several lines of
content. - ANSWERText area box
Identify the significance of "text" in <form id="text">. - ANSWERIt identifies the form
The technique of immediate data validation and reporting of errors is known as
_____. - ANSWERinline validation
HTML supports the _____ attributes to set the text area size. - ANSWERrows and
cols
Command buttons are created using the input element with the type attribute set to
_____. - ANSWERbutton
A data entry control is associated with a _____ in which data values supplied by the
user are stored. - ANSWERdata field
Which of the following is true of field sets? - ANSWERField sets act like block
elements that can expand to accommodate their content.
Identify a pseudo-class for a check box or option button whose toggle states cannot
be ascertained. - ANSWERindeterminate
A form contains _____, also called widgets, which are the objects that allow the user
to interact with the form. - ANSWERcontrols
Identify the type of control that performs an action. - ANSWERA form button
Identify the cross-browser style sheet that changes the text color of the placeholder
text for every input box to light red for the moz extension. - ANSWERinput::-moz-
placeholder {color: rgb(255, 151, 151);}
Identify an attribute that can be added to the input element to validate a text value
against a regular expression. - ANSWERpattern="regex"
Which of the following is true of nesting a control within a label? - ANSWERIt allows
the user to move both the label text and the control as a single unit around the page.
pf3

Partial preview of the text

Download HTML Tutorial 7 CORRECT 100% and more Exams Computer Science in PDF only on Docsity!

HTML Tutorial 7 CORRECT 100%

Identify a syntax that displays a selection list as a scroll box with 5 options visible in the web form. - ANSWER ... Identify the widget that limits a numeric field to a range of possible values by allowing users to drag a marker horizontally across the possible field values. - ANSWERSlider control A _____ is a control used to enter text strings that may include several lines of content. - ANSWERText area box Identify the significance of "text" in . - ANSWERIt identifies the form The technique of immediate data validation and reporting of errors is known as _____. - ANSWERinline validation HTML supports the _____ attributes to set the text area size. - ANSWERrows and cols Command buttons are created using the input element with the type attribute set to _____. - ANSWERbutton A data entry control is associated with a _____ in which data values supplied by the user are stored. - ANSWERdata field Which of the following is true of field sets? - ANSWERField sets act like block elements that can expand to accommodate their content. Identify a pseudo-class for a check box or option button whose toggle states cannot be ascertained. - ANSWERindeterminate A form contains _____, also called widgets, which are the objects that allow the user to interact with the form. - ANSWERcontrols Identify the type of control that performs an action. - ANSWERA form button Identify the cross-browser style sheet that changes the text color of the placeholder text for every input box to light red for the moz extension. - ANSWERinput::-moz- placeholder {color: rgb(255, 151, 151);} Identify an attribute that can be added to the input element to validate a text value against a regular expression. - ANSWERpattern="regex" Which of the following is true of nesting a control within a label? - ANSWERIt allows the user to move both the label text and the control as a single unit around the page.

It treats both the label and control as separate objects. It restricts the movement of the insertion point into the control on the selection of the linked label. Identify a true statement of a JavaScript program in a web form. - ANSWER JavaScript intercepts the content of the form before the browser attempts to contact the CGI script and report whether the data contained in the survey form has been correctly filled out or not. JavaScript is a bug-free Visual Basic scripting language, which is used only for networking applications. Identify a syntax used to create a spinner control using an input element. - ANSWER

Every field set must contain the _____ element, which should have only text and no nested elements for describing its content. - ANSWERlegend enctype form A(n) _____ is created using the select and option elements that present users with a group of predefined possible values for the data field. - ANSWERselection list Identify a syntax of the option element that contains an attribute to make an option as default in a selection list. - ANSWER Identify a list which when applied to an input box, the values appear as a pop-up list of suggested values. - ANSWERData List Identify a syntax that sets the data type of the registerDate field to "date". - ANSWERDate of registration

Identify the element that can organize selection list options by placing them in option groups in long selection lists. - ANSWERoptgroup In the accompanying figure, what does Box A represent? - ANSWERInput box The _____ element is used to mark the form controls that are designed to receive user responses. - ANSWERinput The process of ensuring that the user has supplied correct data is called _____. - ANSWERvalidation