Multiple choice technology web technology

Settings for columns( tag) have higher priority than settings for rows( tag).

  1. True

  2. False

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

Column settings () are more specific than row settings (), so they take precedence. If both row and column define conflicting attributes, the column/cell setting wins. This follows standard CSS cascade rules.