Popular Posts

Showing posts with label What is CSS?. Show all posts
Showing posts with label What is CSS?. Show all posts

Sunday, July 8, 2012

[CSS] What is CSS?

Maybe you already heard about CSS without really knowing what it is..??


CSS is an acronym for Cascading Style Sheets.








 What is CSS?

  • 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

What can I do with CSS? 

CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things. Just wait and see!
HTML can be (mis-)used to add layout to websites. But CSS offers more options and is more accurate and sophisticated. CSS is supported by all browsers today.
After only a few lessons of this tutorial you will be able to make your own style sheets using CSS to give your website a new great look.

What is the difference between CSS and HTML?


The difference between CSS and HTML.. :

HTML is used to structure content. CSS is used for formatting structured content.

What You Should Already Know?

Before you continue you should have a basic understanding of the following:
  • HTML / XHTML


CSS Saves a Lot of Work!

CSS 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!