Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   Is CSS case sensitive? (http://siteownersforums.com/showthread.php?t=160805)

ekochaberler 11-09-2015 03:28 AM

Is CSS case sensitive?
 
Is CSS case sensitive?

Martinricky 11-09-2015 04:33 AM

CSS is case insensitive in all matters under its control; however, some things, such as the document markup language, are beyond its control. HTML is case insensitive in most respects, except when it comes to certain attribute values, like the id and class attributes. XHTML, being XML, is always case sensitive.

issuemagazine 11-10-2015 03:35 AM

Hello,

The class or the id name should be same as given. But the property is case insensitive.

Lemosys 11-10-2015 03:50 AM

Cascading Style Sheets (CSS) is not case sensitve. 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 { ... }

ramskl 11-12-2015 10:14 PM

CSS is not a case sensitive.

tctsinc8 11-16-2015 12:55 AM

No CSS is not case sensitive.

BenWood 11-16-2015 03:17 AM

CSS is not case sensitive.

smmexpertss 11-29-2015 11:49 PM

CSS is case insensitive in all matters under its control; however, some things, such as the document markup language, are beyond its control. HTML is case insensitive in most respects, except when it comes to certain attribute values, like the id and class attributes. XHTML, being XML, is always case sensitive.

maya1 12-02-2015 12:41 AM

CSS stands for cascading style sheet.This language is used for design the web page and this language is a case sensitive language.

robertmiker 12-02-2015 04:37 AM

CSS is not a case sensitive.

lewissmith 12-02-2015 05:29 AM

Is CSS case sensitive?
 
Cascading style sheets (CSS) can be used to separate the style elements of a web page such as font types and color as well as page content; such as paragraphs and images. Cascading Style sheets provide the presentation layer to a web browser for a web page. Cascading Style Sheets (CSS) is not case sensitve.

Application Development Company India

shalini devi 12-03-2015 12:26 AM

CSS is not a case sensitive.....


All times are GMT -7. The time now is 12:23 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.