Quiz 7 - HTML

24 July 2022
4.7 (114 reviews)
19 test answers

Unlock all answers in this set

Unlock answers (15)
question
Use the _____ tag pair to begin and end a table row.
answer
question
An HTML table is comprised of ____ and ______.
answer
rows and columns
question
Which of the following CSS3 pseudo-elements will be useful when configuring every other row of a table?
answer
:nth-of-type(n)
question
Use the ________ tag pair to configure a table head row group.
answer
..
question
Which of the following CSS3 pseudo-elements could be used to apply styles to the last row of a table?
answer
:last-of-type
question
True or False: The CSS border-spacing property can be used to configure the horizontal and vertical spacing of table borders.
answer
true
question
Use the ______ attribute on a element to associate it with a table heading cell.
answer
headers
question
Choose the best answer below to the following question: Is the following CSS code valid? table { border: 2px #000000 solid; border-spacing: 0; }
answer
yes
question
Use the ________ tag pair to configure a table footer row group
answer
..
question
Is the following code valid in HTML5?
answer
No, the cellspacing and cellpadding attributes are obsolete
question
Use the ______ attribute to configure the width of a table border.
answer
border
question
Use the CSS ______ property to configure the cellpadding of a table.
answer
padding
question
Select the item below that lists elements used in an HTML table:
answer
, ,
question
To configure the table cells to share a common border and eliminate the default space between table cells configure ___________.
answer
border-spacing: 0;
question
Which of the following CSS3 properties configure the alignment of text within a table?
answer
text-align
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
larger
question
The purpose of the _______ element is to describe the contents of a table.
answer
question
True or False: The CSS vertical-align property can be used to configure the vertical alignment of the contents of a table cell.
answer
True
question
Use _______ element to indicate table column headings or table row headings.
answer