C779 Module 5 Questions Exam
Questions and Correct Answers
Q: When you specify the height and width of table elements, what occurs when you
set multiple values in multiple cells?
A
The lowest value takes precedence.
B
The highest value takes precedence.
C
The first value takes precedence.
D
The last value takes precedence. - ANS B
Q: What table element attribute do you need to specify to add a border to a table?
A
<table border="1">
B
, <table border="on">
C
<table border="yes">
D
<table border="0"> - ANS A
Q: The CSS vertical-align property used for table elements:
A
aligns surrounding content vertically around the table.
B
determines the placement of the table relative to the top and bottom page margins.
C
determines how far the table will extend vertically down the page.
D
aligns content vertically in all table elements. - ANS D
Q: Which of the following defines a single table row?
A
The <th> tag
B
Questions and Correct Answers
Q: When you specify the height and width of table elements, what occurs when you
set multiple values in multiple cells?
A
The lowest value takes precedence.
B
The highest value takes precedence.
C
The first value takes precedence.
D
The last value takes precedence. - ANS B
Q: What table element attribute do you need to specify to add a border to a table?
A
<table border="1">
B
, <table border="on">
C
<table border="yes">
D
<table border="0"> - ANS A
Q: The CSS vertical-align property used for table elements:
A
aligns surrounding content vertically around the table.
B
determines the placement of the table relative to the top and bottom page margins.
C
determines how far the table will extend vertically down the page.
D
aligns content vertically in all table elements. - ANS D
Q: Which of the following defines a single table row?
A
The <th> tag
B