Multiple Choice
By default, there is a gap between a table's exterior border and the individual cells' borders, and there's a gap between the borders for adjacent cells. To avoid that gap, you should:
A) apply a CSS rule with the <code>border-collapse: collapse</code> property-value pair.
B) apply a CSS rule with the <code>border-gap: 0</code> property-value pair.
C) add <code>rowspan</code> and <code>colspan</code> attributes to the <code>table</code> element.
D) add a <code>nogap</code> attribute to the <code>table</code> element.
Correct Answer:

Verified
Correct Answer:
Verified
Q20: If you have a <code>table</code> element being
Q21: Web _ means that disabled users can
Q22: To center a body element within its
Q23: By default, table header cells (<code>th</code>) display
Q24: By default, table data cells (<code>td</code>) display
Q26: To match an element by its location
Q27: To align the text within a table's
Q28: To implement a row within a table
Q29: To help a screen reader to understand
Q30: To turn on absolute positioning, you should