FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WEB PAGE DESIGN AND PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
CSS is defined as a style sheet language used for describing the presentation of a document written in a markup language
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.

Detailed explanation-2: -CSS is the language for describing the presentation of Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language.

Detailed explanation-3: -A-CSS is used to control the style of a web document in a simple and easy way. B-CSS is the acronym for “Cascading Style Sheet". C-You can write CSS once and then reuse same sheet in multiple HTML pages.

Detailed explanation-4: -A stylesheet is a set of CSS rules used to control the layout and design of a webpage or document.

Detailed explanation-5: -The external style sheet can be written in any text editor. The file must not contain any HTML code, and must be saved with a .css extension.

There is 1 question to complete.