Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 11-09-2015, 03:28 AM   #1
ekochaberler
Registered User
 
Join Date: May 2015
Posts: 60
Is CSS case sensitive?

Is CSS case sensitive?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ekochaberler is offline   Reply With Quote

Old 11-09-2015, 04:33 AM   #2
Martinricky
Registered User
 
Join Date: Aug 2015
Posts: 434
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Martinricky is offline   Reply With Quote
Old 11-10-2015, 03:35 AM   #3
issuemagazine
Registered User
 
Join Date: Oct 2015
Location: India
Posts: 446
Hello,

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

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
issuemagazine is offline   Reply With Quote
Old 11-10-2015, 03:50 AM   #4
Lemosys
Registered User
 
Join Date: Aug 2015
Location: 2530 Yorktown apartment , Houston ,Texas 77056
Posts: 116
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 { ... }
__________________
Lemosys Infotech is an ISO Certified Company having its operations in India & US. We offer best IT Services that includes Website Development, Web Designing, Mobile Application development, Search engine optimization & Testing. Call us to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Lemosys is offline   Reply With Quote
Old 11-12-2015, 10:14 PM   #5
ramskl
Registered User
 
Join Date: Sep 2015
Posts: 240
CSS is not a case sensitive.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ramskl is offline   Reply With Quote
Old 11-16-2015, 12:55 AM   #6
tctsinc8
Registered User
 
Join Date: Feb 2015
Location: Florida
Posts: 67
No CSS is not case sensitive.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
tctsinc8 is offline   Reply With Quote
Old 11-16-2015, 03:17 AM   #7
BenWood
Registered User
 
Join Date: Nov 2013
Location: United Kingdom
Posts: 201
CSS is not case sensitive.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BenWood is offline   Reply With Quote
Old 11-29-2015, 11:49 PM   #8
smmexpertss
Registered User
 
Join Date: Sep 2015
Location: UK
Posts: 447
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.
smmexpertss is offline   Reply With Quote
Old 12-02-2015, 12:41 AM   #9
maya1
Registered User
 
Join Date: Aug 2015
Posts: 235
CSS stands for cascading style sheet.This language is used for design the web page and this language is a case sensitive language.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.




To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
maya1 is offline   Reply With Quote
Old 12-02-2015, 04:37 AM   #10
robertmiker
Registered User
 
Join Date: Apr 2015
Location: London
Posts: 56
CSS is not a case sensitive.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
robertmiker is offline   Reply With Quote
Old 12-02-2015, 05:29 AM   #11
lewissmith
Registered User
 
Join Date: Sep 2015
Location: USA
Posts: 16
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
lewissmith is offline   Reply With Quote
Old 12-03-2015, 12:26 AM   #12
shalini devi
Registered User
 
Join Date: Nov 2015
Posts: 9
CSS is not a case sensitive.....
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shalini devi is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Choose The Right Lawyer For Your Case? nelsontwain Making money on the web 1 12-31-2013 01:21 AM
ClamCase iPad Keyboard Case and Logitech iPad Keyboard stsam000 Post your ad here 1 11-01-2012 01:23 AM
Looking for a new case or cover to protect your new MacBook Air? sophia21 General Discussion 0 10-31-2012 10:52 PM


All times are GMT -7. The time now is 06:18 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.