Which of the following property defines whether table cell borders are connected or separate?

border-style
border-collapse
border-color
border-bottom-width

The correct answer is B. border-collapse.

The border-collapse property defines how the borders of adjacent table cells are collapsed. The possible values are separate and collapse.

  • separate: The borders of adjacent table cells are separated by a space.
  • collapse: The borders of adjacent table cells are merged into a single border.

The border-style property defines the style of the table cell border. The possible values are solid, dashed, dotted, double, groove, ridge, inset, and outset.

The border-color property defines the color of the table cell border. The possible values are a color name, a hex code, or an

48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/> Subscribe on YouTube
RGB value.

The border-bottom-width property defines the width of the bottom border of the table cell. The possible values are a length value or auto.

Exit mobile version