nerdexam
Microsoft

98-361 · Question #178

You need to group all the style settings into a separate file that can be applied to all the pages in a Web application. What should you do?

The correct answer is A. Use a Cascading Style Sheet (CSS). Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language. CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the…

Understanding Web Applications

Question

You need to group all the style settings into a separate file that can be applied to all the pages in a Web application. What should you do?

Options

  • AUse a Cascading Style Sheet (CSS).
  • BUse an Extensible Markup Language (XML) schema.
  • CUse inline styles.
  • DUse a WebKit.

How the community answered

(31 responses)
  • A
    71% (22)
  • B
    6% (2)
  • C
    3% (1)
  • D
    19% (6)

Explanation

Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language. CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the layout, colors, and fonts.

Topics

#CSS#style sheets#web design#separation of concerns

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice