QUESTION IMAGE
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
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- 1st precedence: Inline style
- 2nd precedence: Internal style sheet
- 3rd precedence: External style sheet