Is css case sensitive

Discussion in 'CSS' started by princealone, Mar 27, 2012.

  1. #1
    HELLO I want to know that is css is case sensitive or not and can u give me an example also
     
    princealone, Mar 27, 2012 IP
  2. aisyaziz

    aisyaziz Guest

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    css isn't case-sensitive. however, links might be.

    i'm not sure what kind of examples would you like, but.. i guess i'll give you one?

    .theheader {
    background-color: black;
    }
     
    aisyaziz, Mar 28, 2012 IP
  3. raspms

    raspms Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Cascading Style Sheets (CSS) is not case sensitve.
    However, font families, URLs to images, and other direct references with the style sheet may be.
     
    raspms, Apr 2, 2012 IP