CSS your HTML partner ! !

CSS your HTML partner! !

Click here to visit Our forum here!

Tuesday, March 1, 2011

CSS Introduction

What Is CSS
Css stands for Cascading Style Sheet, Styles define how to display HTML element, Styles were added to HTML 4.0 to solve a problem

Styles 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 heading</h1>
<p>This is a paragraph.</p>
When tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.


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!

References:
Css Introduction [Onliine], Retrieved 1/3/2011

No comments:

Post a Comment