|
INTERVIEW QUESTIONS
WEB
CSS
DETAILS
Question: Is CSS case sensitive?
Answer: Cascading Style Sheets (CSS) is not case sensitive. However, font families, URLs to images, and other direct references with the style sheet may be. The trick is that if you write a document using an XML declaration and an XHTML doctype, then the CSS class names will be case sensitive for some browsers.
It is a good idea to avoid naming classes where the only difference is the case, for example:
div.myclass { ...} div.myClass { ... }
If the DOCTYPE or XML declaration is ever removed from your pages, even by mistake, the last instance of the style will be used, regardless of case.
|
|
|
Category |
CSS Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8266 users |
Added on |
9/4/2014 |
Views |
66209 |
Rate it! |
|
|
Question:
Is CSS case sensitive?
Answer:
Cascading Style Sheets (CSS) is not case sensitive. However, font families, URLs to images, and other direct references with the style sheet may be. The trick is that if you write a document using an XML declaration and an XHTML doctype, then the CSS class names will be case sensitive for some browsers.
It is a good idea to avoid naming classes where the only difference is the case, for example:
div.myclass { ...} div.myClass { ... }
If the DOCTYPE or XML declaration is ever removed from your pages, even by mistake, the last instance of the style will be used, regardless of case. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is external Style Sheet? How to link?
|
View Answer
|
|
What is grouping ?
|
View Answer
|
|
If background and color should always be set together, why do they exist as separate properties?
|
View Answer
|
|
How do I center block-elements with CSS1?
|
View Answer
|
|
What are Cascading Style Sheets?
|
View Answer
|
|
What is CSS?
|
View Answer
|
|
Can I attach more than one declaration to a selector?
|
View Answer
|
|
How do I get my footer to sit at the bottom?
|
View Answer
|
|
How To Style Forms?
|
View Answer
|
|
How To Style Table Cells?
|
View Answer
|
|
How far can CSS be taken beyond the web page--that is, have generalized or non-web specific features for such things as page formatting or type setting?
|
View Answer
|
|
What is initial value?
|
View Answer
|
|
What is value?
|
View Answer
|
|
How do I have links of different colors on the same page?
|
View Answer
|
|
How do you make a whole div into a link?
|
View Answer
|
|
Why shouldn't I use fixed sized fonts ?
|
View Answer
|
|
Which characters can CSS-names contain?
|
View Answer
|
|
How do you make a tool tip that appears on hover?
|
View Answer
|
|
What is the difference between ID and CLASS?
|
View Answer
|
|
Can I include comments in my Style Sheet?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All CSS Interview Questions & Answers - Exam Mode /
Learning Mode
|