About CSS

Discussion in 'CSS' started by John2010, May 28, 2010.

  1. #1
    Hi Folks,
    Please share your views on CSS
     
    John2010, May 28, 2010 IP
  2. ampg-it

    ampg-it Peon

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it's awesome!
     
    ampg-it, May 28, 2010 IP
  3. digital29

    digital29 Peon

    Messages:
    462
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Best thing I had learned so far.
    I was a little bit skeptic at the beginning, but I learn almost all I needed in a couple of hours
     
    digital29, May 30, 2010 IP
  4. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #4
    What's to share? Should we share our views on HTML, too? How about the air we breathe? The water we drink? What's the diff?
     
    drhowarddrfine, May 30, 2010 IP
  5. aeroz1

    aeroz1 Active Member

    Messages:
    492
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    * CSS stands for Cascading Style Sheets
    * Styles define how to display HTML elements
    * Styles were added to HTML 4.0 to solve a problem
    * External Style Sheets can save a lot of work
    * External Style Sheets are stored in CSS files
    CSS Saves a Lot of Work! It defines HOW HTML elements are to be displayed. Styles are normally saved in external .css files. External style sheets enable you to change the appearance and layout of all the pages in a Web site, just by editing one single file!
     
    aeroz1, Jun 14, 2010 IP
  6. izzy_desain

    izzy_desain Greenhorn

    Messages:
    97
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #6
    how about CSS3 , do you have learn it ? :D
    its more awesome
     
    izzy_desain, Jun 14, 2010 IP
  7. sageshark

    sageshark Active Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #7
    Please clear the topic first.
     
    sageshark, Jun 15, 2010 IP
  8. mahesh2011

    mahesh2011 Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    What is CSS?

    * CSS stands for Cascading Style Sheets
    * External Style Sheets can save a lot of work
    * CSS defines HOW HTML elements are to be displayed.
    There are three ways of inserting a style sheet:

    * External style sheet
    * Internal style sheet
    * Inline style


    Styles are normally saved in external .css files. External style sheets enable you to change the appearance and layout of all the pages in a Web site, just by editing one single file!
    THE CODE FOLLOWS AS

    <head>
    <link rel="stylesheet" type="text/css" href="mystyle.css" />
    </head>
     
    mahesh2011, Jun 18, 2010 IP
  9. moodey-aimee

    moodey-aimee Guest

    Messages:
    152
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Css is Really Cool, once u understand it lol
     
    moodey-aimee, Jun 24, 2010 IP