Multiple Choice
Choose the best answer below to the following question: Is the following CSS code valid?
Table { border: 2px #000000 solid;
Border-spacing: 0; }
A) Yes.
B) No, there is no border-spacing property.
C) No, there is no border property.
D) No, 0 is not a valid value for the border-spacing property.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Use the _ attribute on a <
Q10: Which of the following CSS3 pseudo-elements will
Q14: Use the headers attribute on the _
Q15: Use the _ element to configure a
Q16: The purpose of the _ element is
Q18: Use the _ element to contain a
Q19: Use the _ element to configure a
Q20: Use the th element to indicate a
Q23: Use the CSS _ property to configure
Q24: Choose the recommended use of tables on