Which approach should you recommend?

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?

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?

A.
Link from the Web application’s master page to a .css file containing the CSS styles.

B.
Link from the Web application’s master page to a css.ascx file containing the CSS styles.

C.
Add a Content Place Holder containing the CSS styles to the Web application’s master
page

D.
Add a master.css file containing the CSS styles to the Web application.

Explanation:



Leave a Reply 0

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