nerdexam
Microsoft

70-519 · Question #79

You are designing the user interface for an ASP.NET Web application. The Web application allows several departments to personalize the style of their sections of the Web application. All…

The correct answer is C. Link from the Web application's master page to a .css file containing the CSS styles. See the full explanation below for the reasoning.

Question

You are designing the user interface for an ASP.NET Web application. The Web application allows several departments to personalize the style of their sections of the Web application. All departmental section styles derive from the core styles of the Web application and can only append to the Web application's core styles. The departmental master pages inherit from the Web application's master page. You need to ensure that core CSS styles appear En all pages of the Web application. Which approach should you recommend?

Options

  • AAdd a master.css file containing the CSS styles to the Web application.
  • BAdd a Content Place Holder containing the CSS styles to the Web application's master page
  • CLink from the Web application's master page to a .css file containing the CSS styles.
  • DLink from the Web application's master page to a css.ascx file containing the CSS styles.

How the community answered

(49 responses)
  • A
    14% (7)
  • B
    2% (1)
  • C
    78% (38)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice