Multiple choice technology web technology

If certain properties are set for single cells, they will have higher priority than the settings for the table as a whole.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In HTML table styling, cell-specific properties override table-wide settings through CSS specificity rules. When you apply formatting directly to a or element, those properties take precedence over the table's default styles. This is standard CSS inheritance and cascade behavior.