HTML Quiz 15
An ordered list is used for:
All of the above.
Which of the following arrangements are valid for a group of dt and dd elements within a dl?
All of the above.
A set of options where a visitor can select as many options in a set as they like.
Checkboxes
Store data in form without showing it to visitor.
Checkboxes
With HTML5, definition lists were changed to what?
Description lists
Input fields that have small, helpful features added for validation and inputting content.
Email, telephone, and URL input types
Groups related elements in a form, making it easier to follow.
Fieldset element
Where visitor enters information. Includes fields, checkboxes, dropdown menus, and radio buttons.
Form elements
Includes the URL of the script that will process the form and its method.
Form tag
By default, lists are indented from the ___ of their parent.
Left
Gives each fieldset a caption that describes the purpose of each grouping.
Legend element
What is an inner list inserted in an outer list?
Nested list
An unordered list is good for:
None of the above.
Text box in which whatever is typed is hidden by bullets or asterisks.
Password box
Only one from a given set of options can be selected at a time.
Radio buttons
Offers visitors a choice from a given set of options.
Select boxes
What would you use to mark the description in a description list?
dd
What would you use to mark the parent in a description list?
dl
What would you use to mark the term to describe in a description list?
dt
Which liststyle property's default is "none"?
liststyleimage