why css is so important in website?

Discussion in 'XHTML/HTML/CSS' started by Wulaishiwo, Mar 10, 2011.

  1. Wulaishiwo New Member

    Member Since:
    Mar 1, 2011
    Message Count:
    34
    Likes Received:
    1
    Websites can be created without using CSS, but if you want the most out of your website, then I would advise to use some CSS.

    The following list is why i use CSS

    1. You can cut down your pages file size by having each pages style sheet in one individual file.

    2. Using CSS will make your website look more professional if you use CSS properly.

    What is your opinion about using css?
  2. FromScratch New Member

    Member Since:
    Apr 11, 2011
    Message Count:
    10
    Likes Received:
    0
    You should always use CSS. It's to style your website. It gives you control of the entire look of your site. I never heard of a site that doesn't use styles. That would be like... reading a blank book, but even that has fonts and headings in it.
  3. rajni12 Member

    Member Since:
    Mar 15, 2011
    Message Count:
    52
    Likes Received:
    0
    We use CSS to reduce the code of the site. Table less design is preferred by Search Engine.
  4. gogreen New Member

    Member Since:
    Apr 18, 2011
    Message Count:
    106
    Likes Received:
    1
    ya ...we can implement the shorthand css ..so it will make the site to load bit faster than before..but none of them are using that in creating the website .ya good css with DIV will be the great combination for creating the website.it will load faster than the in TABLE...but css is very important in designing the website ..!without css there is no good looking website.!
  5. zslgreen New Member

    Member Since:
    Apr 20, 2011
    Message Count:
    98
    Likes Received:
    1
    Using Style sheet, you can easily create a website interactively.
  6. shrivcom New Member

    Member Since:
    Nov 15, 2011
    Message Count:
    19
    Likes Received:
    0
    A CSS can help you design a website in a neat manner and it will be more easier to manage it later.
  7. cyberdesignz Member

    Member Since:
    Jun 17, 2010
    Message Count:
    85
    Likes Received:
    0
    Re:

    CSS is most important tool for design an attractive and well organized website.
    • CSS is light weight language so page take less time to load.
    • CSS allows you to position you element in anywhere in the page.
    • No browser compatibility issue of CSS when it combined with HTML.
    • you can create table with CSS instead creating in HTML
    • it can short your HTML coding.
    • you can apply same style on different page by using external CSS file.
  8. paul eddy New Member

    Member Since:
    Jan 2, 2012
    Message Count:
    3
    Likes Received:
    0
    css is the main part of your develop page on html. it is provide you to more improve your website viewing.
  9. luke right New Member

    Member Since:
    Jan 16, 2012
    Message Count:
    8
    Likes Received:
    0
    Cascading Style Sheets or CSS are an important way to control how your Web pages look. But it can be very difficult to learn CSS, and some people would rather not learn it. There are some very good reasons to learn CSS so that you can control your Web pages look.
  10. w3rack New Member

    Member Since:
    Apr 26, 2012
    Message Count:
    28
    Likes Received:
    0
    CSS is mandatory if you want to style your page. Its importance can be noticed seeing adobe photoshop writes it in html when you save a designed page for web from it.
  11. hostingcoupon New Member

    Member Since:
    Jul 21, 2011
    Message Count:
    23
    Likes Received:
    0
    recently, i am also considering to use css, so i borrow a book that introduces the detailed information about css. it is truly powerful and wonderful.

Share This Page