DRAG DROP
You are creating an application by using HTML5 and CSS3. The styles for the pages are derived from five stylesheets.
You need to order the style sheets by greatest CSS rule weight to lowest CSS rule weight.
In which order will the five style sheets be applied by the browser? To answer, move the style sheet types from
the list of style sheet types to the answer area and arrange them in the order in which the browser will apply
them. The first style sheet that the browser will apply must appear at the top of the list in the answer area.
Select and Place:

Explanation:
https://www.w3.org/TR/css-cascade-3/#importance
Note: in case of confusion, given explanation says the following:
Author normal > user normal
(By default, rules in an author’s style sheet override those in a user’s style sheet, which override those in the user-agent’s default style sheet)
And user important > author important
(User !important declarations overriding author !important declarations)
So answer is correct
1
0
New questions from September 2017 incoming, about 55 are new ones:
http://optimumfiles.com/ProgrammingInHTML
0
4