exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 1 question 33 discussion

Actual exam question from Microsoft's 70-480
Question #: 33
Topic #: 1
[All 70-480 Questions]

DRAG DROP -
You are creating an application by using HTML5 and CSS3. The styles for the pages are derived from five style sheets.
The styles are not being applied correctly to the pages in the application.
You need to apply the styles from highest priority to lowest priority.
In which order should you use the five style sheets? (To answer, move the style sheet types from the list of style sheet types to the answer area and arrange them in the correct order.)
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
* From highest priority to lowest priority.

User important style sheets -

Author important style sheets -

Author normal style sheets -

User normal style sheets -

User agent style sheets -
* CSS declarations are applied in this order (from lowest to highest priority):
User agent declarations (the default styles your browser applies to elements)
User normal declarations (a user's own stylesheet if they're using one)
Author normal declarations (this is your normal stylesheet)
Author important declarations (anything your mark important)
User important declarations (any important styles from the user's stylesheet)
Reference: Assigning property values, Cascading, and Inheritance; In what order do CSS definitions take priority http://www.w3.org/TR/CSS21/cascade.html http://www.quora.com/In-what-order-do-CSS-definitions-take-priority

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TechieBloke
4 years, 8 months ago
I have found this on the given link: CSS declarations are applied in this order (from lowest to highest priority): user agent declarations (the default styles your browser applies to elements) user normal declarations (a user's own stylesheet if they're using one) author normal declarations (this is your normal stylesheet) author important declarations (anything your mark important) user important declarations (any important styles from the user's stylesheet) Because the question is saying from highest to lowest you have to come from bottom to top.
upvoted 1 times
...
Dmorne
4 years, 9 months ago
What is the right answer ?
upvoted 1 times
AOD01
4 years, 5 months ago
User important style sheets - Author important style sheets - Author normal style sheets - User normal style sheets - User agent style sheets -
upvoted 2 times
...
...
TonyBezerra
5 years, 5 months ago
There are no itens to choose. But you have to arrange in the following order: from the less important to the most important. The last will overlap the others.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...