what are the main advantages of css?

Discussion in 'CSS' started by aradhya sharma, Jul 14, 2016.

  1. #1
    hello,
    i have little bit knowledge about html and have no idea about css
    can you please describe me what is css??
    Also ,please mention some advantages of css

    thanks.
     
    aradhya sharma, Jul 14, 2016 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,789
    Likes Received:
    4,528
    Best Answers:
    123
    Trophy Points:
    665
    #2
    Without css your page would be all times roman and incredibly ugly.
    The advantages - you get a page that looks, hopefully, halfway presentable.

    Is this an assignment or do you really not understand?
     
    sarahk, Jul 14, 2016 IP
  3. malky66

    malky66 Acclaimed Member

    Messages:
    3,997
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #3
    malky66, Jul 14, 2016 IP
  4. Ian08

    Ian08 Well-Known Member

    Messages:
    93
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    108
    #4
    In short, CSS makes styling and maintaining websites significantly easier and time-saving.

    Let's take coloring text for example. Without CSS, we have to set/change font color for elements one by one; with CSS, we can just write a line of CSS code and change all elements' text color at once.

    Besides, CSS can also achieve many kinds of layouts such as floating, positioning, and flex box, which old means are impossible or very hard to achieve.
     
    Ian08, Aug 3, 2016 IP