CSS Tutorials
Disclaimer
There are already a lot of tutorials on CSS available on the internet, but because people kept asking me about it, I decided to write some tutorials about it.
Know that I too learned everything through tutorials and lots and lots of practice!
Why learn CSS?
CSS lets you replace HTML font tags and other presentational tags, so that you can separate your bare, unstyled HTML base and your style. This way, changing the layout of your website becomes a whole lot easier.
For example you have a pure HTML website of 10 pages and you have now decided to change your font from times new roman to verdana. Then you would need to edit all the font tags used in all the ten pages of your website.
When you use CSS, you can create an external stylesheet and apply it to all the pages of your website. If you then decide to change your fonts, you just need to edit that one stylesheet instead of changing every page of your website!
List of Tutorials
The order in which the tutorials are listed here is the order in which you should read them!
When writing these tutorials, I assumed that a basic knowledge of HTML was known!
Syndicated.LJ