Friday 5 June 2015

CSS Style Introduction


What is CSS?

CSS mean "Cascading Style Sheets"
CSS defines how to be displayed are HTML elements in the pages External Style Sheets are stored in CSS files

"Before you know and should have a basic understanding of the HTML"

If you want to learn this subject first, find the tutorial on here "HTML".

CSS Solved a Big Problem
HTML was NEVER intended to contain tags for formatting a document.

HTML was intended to define the content of a document, like:

<h1>This is a first heading</h1>

<p>This is a first paragraph.</p>

CSS Saves a Lot of Work!
The style definitions are normally saved in external .css files.

With an external style sheet file, you can change the look of an entire Web site by changing just one file in you website!

No comments:

Post a Comment