Solved

By Default, There Is a Gap Between a Table's Exterior

Question 25

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions