Home › Maharashtra HSC Class 12 (Arts) › informationtechnology › Cascading Style Sheets in HTML5 › Which is NOT one of the three CSS implementation…
Which is NOT one of the three CSS implementation methods named in the textbook?
AExternal CSS
BInline CSS
CPseudo-CSS injection
DEmbedded stylesheet (Internal CSS)
Answer & Solution
Correct answer: C. Pseudo-CSS injection
1. The 'Types of CSS' section lists three methods.
2. Inline CSS, Embedded/Internal CSS, External CSS.
3. 'Pseudo-CSS injection' is not in this list.
4. It is the invalid type.
_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?