Exam 8: Organizing Content With Lists and Tables
Exam 1: Getting Started With Html67 Questions
Exam 2: Structuring Content in a Web Document71 Questions
Exam 3: Getting Started With Css71 Questions
Exam 4: Laying Out Elements With Css71 Questions
Exam 5: Formatting Text With Css71 Questions
Exam 6: Inserting and Working With Links70 Questions
Exam 7: Inserting and Working With Images71 Questions
Exam 8: Organizing Content With Lists and Tables70 Questions
Exam 9: Implementing Responsive Design71 Questions
Exam 10: Creating and Processing Web Forms71 Questions
Exam 11: Creating Visual Effects and Animation71 Questions
Exam 12: Incorporating Video and Audio71 Questions
Exam 13: Programming Web Pages With Javascript71 Questions
Exam 14: Integrating Social Media72 Questions
Exam 15: Optimizing Your Web Site for Search Engines71 Questions
Exam 16: Testing and Improving Performance71 Questions
Select questions type
To nest lists in HTML, you insert valid code for a list within the content of a(n) ____ element.
(Multiple Choice)
4.8/5
(42)
The content of a table header cell is ____ by default in most browsers.
(Multiple Choice)
4.9/5
(25)
Which of the following is NOT a value for the CSS list-style-type property for the ul element?
(Multiple Choice)
4.9/5
(38)
Unlike dl and ul , ol does not use the li element to specify list items.
(True/False)
4.8/5
(40)
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 ____.
(Multiple Choice)
4.8/5
(40)
Referring to the figure above, the ____ attribute has been used in the table.

(Multiple Choice)
4.8/5
(39)
Referring to the figure above, ____ element(s) is required to specify the number or arrangement of columns.

(Multiple Choice)
4.9/5
(31)
When a table contains cells that repeat the same content across a row or down a column, you can improve usability by removing all but one occurrence of the content formatting the cell to be displayed across multiple columns or rows.
(True/False)
4.8/5
(36)
The HTML ol element creates a type of list known as a(n) ________________ list.
(Short Answer)
4.8/5
(36)
You can add semantic information to a table by using the ________________ element to mark the rows that make up the body.
(Short Answer)
4.8/5
(40)
Case-Based Critical Thinking Question Quinn plans to use several different types of lists on his Web site selling musical instruments.
Quinn is also creating a list of the types of clients he works with (schools, individuals, orchestras), and the list does not need to be in a particular order. What type of list should he create?
(Multiple Choice)
4.8/5
(36)
You use the HTML ____ element to create a list in which items are numbered or lettered sequentially.
(Multiple Choice)
4.8/5
(32)
Referring to the figure above, the header cell content in the "Period" column is ____.

(Multiple Choice)
4.8/5
(42)
To create a list in which the order of list items doesn't matter, use the rl element. _________________________
(True/False)
4.9/5
(40)
Case-Based Critical Thinking Question
Lorienne is building a table for her Web site that shows her babysitting rates depending on the number of hours and number of children watched.
Lorienne wants the number of children to show across the top of the table, as a column heading. To do this, she should use the ____ basic table structuring tag.
(Multiple Choice)
4.9/5
(36)
All the li elements for a list are nested within the opening and closing dl tags. _________________________
(True/False)
4.9/5
(44)
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.
(Essay)
4.9/5
(36)
To merge a cell across multiple columns in an HTML table, you use the colspan attribute in the opening th or td tag for the cell to specify the number of columns in which it should be displayed. _________________________
(True/False)
4.9/5
(28)
It's easy to nest lists in HTML: you simply insert valid code for a list within the content of an li element..
(True/False)
4.8/5
(47)
Referring to the figure above, a table row consists of a ____ series of cells tat are grouped in a tr element.

(Multiple Choice)
4.8/5
(38)
Showing 41 - 60 of 70
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)