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
Case 8-1
James created a table of his school soccer team schedule that will be placed on the team's Web page.The table contains four columns: Opponent,Home/Away,Date,and Start Time.The table will contain 10 rows.James has some problems with formatting the table and asks Kyra to help him resolve them.
-James asks Kyra how he should center data within the table's header cells.Which of the following is the correct answer Kyra gives James?
(Multiple Choice)
4.8/5
(40)
Which of the following is an opening tag for the table row element?
(Multiple Choice)
4.9/5
(33)
The ____________________ property can be used to add white space around cells.
(Short Answer)
4.8/5
(26)
Because tables involve a considerable amount of code,it can be difficult to debug a problem in your table code.Outline a good strategy for creating tables.
(Essay)
4.8/5
(34)
-How many columns and rows does the table coded in the accompanying figure contain?

(Multiple Choice)
4.8/5
(36)
As shown in the accompanying figure,a ____ is the intersection of a column and a row.
(Multiple Choice)
4.8/5
(43)
To organize data for a Web page,you should create a layout table.
(True/False)
4.9/5
(44)
You can set the ____________________ alignment of contents in a cell to adjust the contents to align at the top,middle,or bottom of a cell.
(Short Answer)
4.9/5
(35)
The double ruled line around each cell is created by the default value of the border-collapse property.
(True/False)
4.9/5
(35)
Identify the letter of the choice that best matches the phrase or definition.
-A property used to change the appearance of the table gridlines
(Multiple Choice)
4.9/5
(39)
Which element does the following code style?
Table {
Width: 100%;
Margin: 10px auto;
Border: solid 3px black;
Border-collapse: collapse;
Background-color: #e9dfc6;
}
(Multiple Choice)
4.9/5
(34)
A caption is a brief description of a table that should be placed within <title></title> tags.
(True/False)
4.8/5
(33)
Styles applied to a table cell have the highest precedence and override any styles applied to a table row or to the table element itself.
(True/False)
4.8/5
(38)
How can the value of the table width property be expressed in the style code?
(Multiple Choice)
5.0/5
(34)
Which of the following elements can be placed into a table cell like the ones shown in the accompanying figure?
(Multiple Choice)
4.7/5
(28)
The ____ value of the vertical-align property positions the text at the top of the cell.
(Multiple Choice)
4.8/5
(35)
Showing 41 - 60 of 150
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)