Home › Maharashtra HSC Class 12 (Arts) › informationtechnology › Cascading Style Sheets in HTML5 › Which type of CSS is best when you want changes …
Which type of CSS is best when you want changes to affect multiple pages of a website?
AEmbedded CSS
BExternal CSS
CInline CSS
DStyle attribute on each element
Answer & Solution
Correct answer: B. External CSS
1. The External stylesheet section explains its main use-case.
2. 'External stylesheet is generally used when you want to make changes on multiple pages.'
3. 'It facilitates to change the look of the entire web site by changing just one file.'
4. Inline and embedded affect single elements or pages respectively.
_Source: Maharashtra Balbharati Std XII Information Technology, Ch 1 "Cascading Style Sheets in HTML5", §1.4 ¶2_
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 declaraHow does the textbook describe the main benefit of CSS for multi-page websites?What 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?