2025
When the browser finds a(n) _____ tag in an HTML file, it starts a new line and inserts a blank
line above the new paragraph. - ANSWER <p>
If a type attribute is not specified for an unordered list, the list uses the _____ bullet. - ANSWER
disc
Which of the following controls sends a form to a server for processing? - ANSWER submit
Which of the following controls creates a menu of choices from which a visitor chooses? -
ANSWER select
In a(n) _____ form box, a visitor may enter small amounts of text - ANSWER input type = "text"
A(n) ____ control tells the browser to send the data on the form to the server. - ANSWER input
type= "submit"
An ___ control returns all input controls to the original default status. - ANSWER input type=
"reset"
A ___ form control allows a Web page visitor to select more than one choice from a list of
choices. - ANSWER input type= "checkbox"
An ___ button typically appears as an open circle - ANSWER input type= "radio"