Exam 8: Creating Data Tables
Exam 1: Using HTML to Create Web Pages150 Questions
Exam 2: Creating Links150 Questions
Exam 3: Introducing Cascading Style Sheets150 Questions
Exam 4: Formatting Text and Links150 Questions
Exam 5: Working With the Box Model150 Questions
Exam 6: Creating Fixed-Width Layouts150 Questions
Exam 7: Creating Liquid Layouts150 Questions
Exam 8: Creating Data Tables150 Questions
Exam 9: Creating Forms149 Questions
Select questions type
The purpose of floating tables is ____.
Free
(Multiple Choice)
5.0/5
(37)
Correct Answer:
B
The first row in the table that describes the contents of the rows below can be formatted using the ____ element.
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
B
To have the table gridlines appear within the table,you must create styles for the ____.
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
C
Identify the letter of the choice that best matches the phrase or definition.
-A brief description of a table
(Multiple Choice)
4.8/5
(36)
-As shown in the accompanying figure,the outside border of a table is styled using the ____ selector.

(Multiple Choice)
4.9/5
(40)
In the following code,the opera class is applied to all column(s)._________________________
<col class="opera" />
<col />
<col />
<col />
(True/False)
4.7/5
(42)
When creating table borders and gridlines,the border property value should be expressed using ____.
(Multiple Choice)
5.0/5
(35)
A(n)____________________ is formed by the intersection of a column and a row.
(Short Answer)
4.8/5
(35)
Regardless of whether or not a Web page will be displayed on a cell phone,tables are safe to use because they have very high levels of browser support on phones.
(True/False)
4.8/5
(42)
A table like the one shown in the accompanying figure,which is used to display cells of data in rows and columns,is called a(n)____ table.
(Multiple Choice)
4.9/5
(30)
The ____ value is the default value for the caption-side property.
(Multiple Choice)
4.9/5
(32)
The column element used to format columns is represented in the code by the ____ tag(s).
(Multiple Choice)
4.9/5
(45)
If you create a style for the table element and use the border property with a pixel value of ____,for example,you'll see the table borders in the browser.
(Multiple Choice)
4.7/5
(47)
A(n)____________________ is a brief description of a table and appears as part of the table.
(Short Answer)
4.9/5
(40)
The default value of the vertical-align property positions the text at the ____ of the cell.
(Multiple Choice)
4.7/5
(37)
-As shown in the accompanying figure,a(n)____________________ is a horizontal group of cells.

(Short Answer)
4.9/5
(37)
Identify the letter of the choice that best matches the phrase or definition.
-An attribute that lets screen reader software know the association between table data and the cells below it or to its right
(Multiple Choice)
4.7/5
(39)
What is established by the following style sheet?
Table {
Border: solid 6px navy;
}
Th,td {
Border: solid 2px orange;
}
(Multiple Choice)
4.9/5
(32)
Which of the following creates some white space between cell contents?
(Multiple Choice)
4.9/5
(31)
Identify the letter of the choice that best matches the phrase or definition.
-An element used to create an HTML table
(Multiple Choice)
4.7/5
(41)
Showing 1 - 20 of 150
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)