Home › Maharashtra HSC Class 12 (Arts) › informationtechnology › Cascading Style Sheets in HTML5 › How does the textbook describe the main benefit …
How does the textbook describe the main benefit of CSS for multi-page websites?
AIt eliminates the need for HTML
BControl look and feel of several pages by changing a single source
CIt runs only in printed media
DIt replaces JavaScript functionality as per the chapter
Answer & Solution
Correct answer: B. Control look and feel of several pages by changing a single source
1. The CSS introduction section explains the benefit.
2. 'CSS saves a lot of work. It can control the layout of multiple web pages all at once.'
3. 'CSS allows you to control the look and feel of several pages by changing a single source.'
4. It works with HTML, not as a replacement for it.
_Source: Maharashtra Balbharati Std XII Information Technology, Ch 1 "Cascading Style Sheets in HTML5", §1.4 ¶1_
Related questions
In a CSS rule, what punctuation separates a property name from its value?In the CSS syntax 'Selector{Property1: value1; Property2: value2}', what separates declaraWhat does h1{padding:30px} accomplish per the table?Which embedded CSS placement is correct in an HTML document?Per the textbook, what is unique about an id in HTML?If an HTML element has id='para1', which CSS selector targets it?In CSS h1{margin-left:10px}, what does this rule accomplish?What is the correct way to set the font family of <p> tags to Arial?