Multiple choice technology web technology

Which has higher priority, cell settings or table settings?

  1. Table settings

  2. Cell settings

  3. both 1&2

  4. None

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

More specific settings override general ones in HTML/CSS cascade. Cell-level attributes (on ) take precedence over table-level settings. For example, a cell background color overrides the table's background color.