nerdexam
Microsoft

98-361 · Question #62

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 inline styles.
  • CUse an Extensible Markup Language (XML) schema.
  • DUse a WebKit.

How the community answered

(23 responses)
  • A
    87% (20)
  • B
    9% (2)
  • D
    4% (1)

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#cascading style sheets#web design#style separation

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice