Before you continue you should have a basic understanding of the following:
If you want to study these subjects first, find the tutorials on our Home page.
An HTML document can be displayed with different styles: See how it works
HTML was never intended to contain tags for formatting a document.
HTML was intended to define the content of a document, like:
<p>This is a paragraph.</p>
<h1>This is a heading</h1>
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.
To solve this problem, the World Wide Web Consortium (W3C) created CSS.
In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.
All browsers support CSS today.
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!
Copyright © 2011 - All Rights Reserved - Softron.in
Template by Softron Technology