Services
Discover
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
Exam 8: Organizing Content With-Lists And-Tables
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
Matching Match each CSS list-style-type property value with the result. -decimal
Question 42
Multiple Choice
The syntax to specify an image to display in place of a bullet is the text url followed by the path and filename of the image file, enclosed in ____.
Question 43
Essay
In a table that doesn't use colspan or rowspan attributes, how can you verify that each row includes content for every column? When you use colspan and rowspan attributes, how can you confirm that your content fits the table dimensions.
Question 44
Multiple Choice
You create each item in an ordered list with the ____ element.
Question 45
Multiple Choice
CSS lets you specify that you want elements treated as components of a table, but without marking them semantically as tabular data.To implement this layout, you use ____elements, such as divs.
Question 46
True/False
An element with the
table-cell
value for the display property serves the role of a th or td element._________________________
Question 47
Multiple Choice
The ____ element creates a description list, which enables you to specify a name-value pair for each list item.
Question 48
Multiple Choice
-Referring to the figure above, the word "Period" is in a cell that spans ____.
Question 49
Multiple Choice
You can add semantic information to a table by using the ____ element to mark the header rows of the table.
Question 50
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.