Teach Yourself CSS The Easy Way

I taught myself HTML back in the mid-nineties and2. Install the Web Developer extension
was proud of the fact that I was able to accomplish3. Open one of your "old" HTML files
the design of fairly complex web pages with nothing4. View the source, click the "Cleanup the page"
more than a starter HTML book, an HTML referencebutton
book, and the knowledge I had stored in my head.5. Check the "replace FONT.....tags by CSS" box, then
But back in those days, we web designers had whatRefresh
looking back was a fairly limited amount of tools withNow you have a very neat and tidy piece of code,
which to work, and the quality (or lack thereof) ofwith all the CSS dirty work done for you! At this
sites on the web was lackluster at best.point you can copy & paste the resulting code
Fast-forward to today: The hand-coder has moreand use it in your project and start figuring out what
powerful and intuitive software packages availableit's doing. I was amazed at how easily I was able to
that will still allow us "to get our hands dirty", whichpick it up and start making changes on my own.
brings us to the purpose of this article. With theWhen I wanted more information on a certain style it
standardization of the much anticipated Cascadingwas a just a Google search away to many excellent
Style Sheets (CSS) in the late-nineties, the webCSS resources on the web. I find it much easier to
design community has become familiar with a muchlearn CSS if I get to apply the modifications to the
more powerful and precise method of web pageexisting code that I've been working on, and I think
layout.you will too.
"But how is an old-time web coder supposed to learnI hope you find this article helpful and if you follow
CSS the easy way?!" Well, I say you should learn itthese steps you should be able to add CSS to your
the way I, and countless others, have:web site design toolbox in no time!
1. Download the Firefox browser