Valid 70-480 Dumps shared by ExamDiscuss.com for Helping Passing 70-480 Exam! ExamDiscuss.com now offer the newest 70-480 exam dumps, the ExamDiscuss.com 70-480 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-480 dumps with Test Engine here:
You develop an HTML5 webpage with custom CSS. You have the following HTML markup: <div class="newsItem">...</div> You have the following requirements: In addition to your CSS, you must use a corporate branded stylesheet named corporate.css. The corporate.css file contains the style rule that must be used for .newsItem. You must use the corporate.cssfile to ensure that the webpage changes when the brand changes. You must add additional style rules to the webpage. You cannot modify the corporate.css file. You need to apply the appropriate CSS rules to meet the requirements. What should you do?
Correct Answer: D
Explanation/Reference: Explanation: CSS attempts to create a balance of power between author and user style sheets. By default, rules in an author's style sheet override those in a user's style sheet. However, for balance, an "!important" declaration (the delimiter token "!" and keyword "important" follow the declaration) takes precedence over a normal declaration. Both author and user style sheets may contain "!important" declarations, and user "!important" rules override author "!important" rules. This CSS feature improves accessibility of documents by giving users with special requirements (large fonts, color combinations, etc.) control over presentation. Incorrect Answers: B: It is stated that you are not allowed to update the corporate.css file. Reference: https://www.w3.org/TR/CSS21/cascade.html#important-rules