Results 1 to 2 of 2

Thread: Css

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    40

    Arrow Css

    What exactly is CSS? Im new to this whole thing. Is it a little different then HTML? Whats the difference? Can anyone clear it up for me?

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    CSS stands for Cascading Style Sheets. It's a way of adding layout to your sites, and lets you seperate content from layout in your HTML pages. This way you can keep all your style commands in an external file, and have it affect a whole bunch of pages. That way you can edit just that one CSS file, and have the changes show in all your HTML pages, without editing them at all. It can also help accessibility for people with text-only browsers, or braille browsers, etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width