Multiple choice technology web technology Which has higher priority, cell settings or table settings? Table settings Cell settings both 1&2 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.