Chapter 9

24 July 2022
4.7 (114 reviews)
24 test answers

Unlock all answers in this set

Unlock answers (20)
question
To eliminate the space between table cells, use the ___________ property.
answer
C.) border-spacing: 0;
question
Is the following HTML code valid?
cell 1 cell 2
answer
B.) No, there is a missing closing td tag
question
Which of the following CSS3 properties configure the alignment of text within a table?
answer
C.) text-align
question
Which of the following CSS3 pseudo-elements will be useful when configuring every other row of a table?
answer
B.) :nth-of-type(n)
question
Use the ______ element to contain a table data cell.
answer
B.) td
question
A table with a width set to 600 pixels will look _______ on a monitor with resolution set to 640 x 480 than on a monitor with resolution set to 1024 x 768
answer
A.) larger
question
Use the ______ element to contain an HTML table.
answer
D.) table
question
Use the ____ element to configure a table heading cell.
answer
B.) th
question
Is the following CSS code valid? table { border: 2px #000000 solid; border-spacing: 0; }
answer
A.) Yes
question
Which of the following CSS3 properties position the caption of a table?
answer
B.) caption-side
question
Which of the following CSS3 pseudo-elements could be used to apply styles to the last row of a table?
answer
A.) :last-of-type
question
The purpose of the _______ element is to describe the contents of a table.
answer
B.) caption
question
Use the ______ attribute on a td element to associate it with a table heading cell.
answer
A.) th
question
Use the CSS ______ property to configure the cellpadding of a table.
answer
A.) padding
question
What is the recommended use of tables on web pages.
answer
B.) Use tables to organize tabular information
question
An HTML table is comprised of ____ and ______.
answer
B.) rows and columns
question
Use the th element to indicate a table column or row _____.
answer
B.) heading
question
Use the ________ element to configure a table footer row group.
answer
D.) tfoot
question
Use the ________ element to configure a table head row group.
answer
A.) thead
question
The CSS border-spacing property can be used to configure the horizontal and vertical spacing of table borders.
answer
A.) true
question
Use the headers attribute on the ___ element to correspond to the id attribute on a ___ element.
answer
B.) td, th
question
The CSS vertical-align property can be used to configure the vertical alignment of the contents of a table cell.
answer
A.) true
question
Use the _____ element to contain a table row.
answer
B.) tr
question
Use the ______ attribute to configure the browser to render default table and table cell borders.
answer
B.) border