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…
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)- A71% (22)
- B6% (2)
- C3% (1)
- D19% (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
Community Discussion
No community discussion yet for this question.