Are Style Sheets case sensitive?


No. Style sheets are case insensitive. Whatever is case insensitive in HTML is also case insensitive in CSS. However, parts that are not under control of CSS like font family names and URLs can be case sensitive - IMAGE.gif and image.gif cannot be the same file.



Explore posts in the same categories: CSS Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • Is CSS case sensitive?
  • Cascading Style Sheets (CSS) is not case sensitve. However, font families, URLs to images, and other direct references with the...
  • What is a Style Sheet?
  • Style sheets are the way that standards-compliant Web designers define the layout, look-and-feel, and design of their pages. They are...
  • How do I design for backward compatibility using Style Sheets?
  • Existing HTML style methods (such as and ) may be easily combined with style sheet specification methods. Browsers that...
  • What are Style Sheets?
  • Style Sheets are templates, very similar to templates in desktop publishing applications, containing a collection of rules declared to various...
  • Why do style sheets exist?
  • SGML (of which HTML is a derivative) was meant to be a device-independent method for conveying a document's structural and...
  • How do I combine multiple sheets into one?
  • To combine multiple/partial style sheets into one set the TITLE attribute taking one and the same value to the LINK...
  • What do you mean by COLLATION ?
  • Collation is basically the sort order. There are three types of sort order Dictionary case sensitive, Dictonary - case insensitive...
  • Is XML case-sensitive?
  • Yes, so and are different elements. Example: With XML, the tag is different from the tag . Opening and closing tags must...
  • What are Cascading Style Sheets?
  • A Cascading Style Sheet (CSS) is a list of statements (also known as rules) that can assign various rendering properties...
  • What is shorthand property?
  • Shorthand property is a property made up of individual properties that have a common "addressee". For example properties: font-weight, font-style,...

    Comment:

    You must be logged in to post a comment.