Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
HTML5 and CSS3
Quiz 8: Organizing Content With-Lists And-Tables
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
In HTML5, ____ is recommended as a semantic marker for any content that includes items and descriptions.
Question 22
Multiple Choice
Adding a(n) ____ to a description list element enables you to format a list without specifying the formatting for every item-description pair.
Question 23
Multiple Choice
To create a nav bar as a list, you nest the nav bar links within a(n) ____ element.
Question 24
Multiple Choice
When using dl, ____ marks the term or item being described.
Question 25
Multiple Choice
In an unordered list, the default bullet character is a(n) ____, but you can use the CSS list-style-type property to specify a different bullet shape.
Question 26
Multiple Choice
The ____ element creates a description list, which enables you to specify a name-value pair for each list item.
Question 27
Multiple Choice
When using dl, ____ indicates the description.
Question 28
Multiple Choice
You use the HTML ____ element to create a list in which items are numbered or lettered sequentially.
Question 29
Multiple Choice
When creating a table in HTML, ____ marks the content of a header cell.
Question 30
Multiple Choice
By marking up a navigation bar using the ____ element(s) , you can add semantic information that helps user agents more accurately render it.
Question 31
Multiple Choice
To nest lists in HTML, you insert valid code for a list within the content of a(n) ____ element.
Question 32
Multiple Choice
When creating a table in HTML, ____ marks the content of a data cell.
Question 33
Multiple Choice
When creating a table in HTML,____ groups cells into rows.
Question 34
Multiple Choice
Unordered list items are displayed with a ____ at the start of each line.
Question 35
Multiple Choice
In addition to choosing from the standard selection of bullet characters using the list-style-type property, you can instead choose to specify an image to display as the bullet character using the ____ property.