Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

match each style or style sheet to its correct precedence order. extern…

Question

match each style or style sheet to its correct precedence order. external style sheet inline style internal style sheet 1st precedence 2nd precedence 3rd precedence

Explanation:

Brief Explanations

Inline style has the highest precedence as it directly applies to an element. Internal style sheet (embedded in the HTML document) has a lower precedence than inline but higher than external. External style sheet (linked from an external CSS file) has the lowest precedence among these three.

Answer:

  • 1st precedence: Inline style
  • 2nd precedence: Internal style sheet
  • 3rd precedence: External style sheet