Which style sheet has the highest priority?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com. You make use of CSS3 and HTML5 for development purposes.
You are in the process of creating a new application, whose pages have styles configured from a
few cascading style sheets.
Which style sheet has the highest priority?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com. You make use of CSS3 and HTML5 for development purposes.
You are in the process of creating a new application, whose pages have styles configured from a
few cascading style sheets.
Which style sheet has the highest priority?

A.
user important style sheets

B.
author important style sheets

C.
regular user style sheets

D.
user normal style sheets

E.
author normal style sheets

Explanation:

http://www.w3.org/TR/CSS21/cascade.html#cascading-order



Leave a Reply 5

Your email address will not be published. Required fields are marked *


karen anderson

karen anderson

B user important style sheets

Helpful_coder

Helpful_coder

Correct answer is A. User important style sheets

Dmitry C

Dmitry C

Correct answer is A. See the explanation link

Diego

Diego

Yes, Correct answer is A.