Author: Derek Duban of www.upwithabang.com
for how-to docs on web development and free plug-in services for your site.
There are 3 places to put style information. You can choose any place or all of them:
<html>
<head> <LINK href="css1.css" rel="stylesheet" type="text/css"> </head>
In the example above the 'href' attribute specifies a style sheet file called "css1.css".
You've probably heard the name "Cascading Style Sheets". What does the "Cascading" part mean? It means that you can override style settings the closer you get to the element it describes.