Tech Support, From $19

How Will CSS Help With Search Engines?

CSS, is a way to define the way certain elements of your webpage look one time. You can define the way all of your links look for example, and then your CSS will apply these colors and hover effects through out your entire website.

This CSS tutorial will not teach CSS basics, but will show you how to move as much of your CSS code out of your HTML document as possible. This will make your pages faster, and score higher with search engines because there is less code, and more content for the search engines to gobble up.

Move the CSS to an External File!

By putting the following line of code in between your head tags, you can specify an external style sheet. The main programming advantage to this is the ability to change one file later, and update your entire website instantly!

<link REL=STYLESHEET TYPE="text/css" HREF="theme1.css">

Want Great Resources for CSS Tutorials?

It is beyond the scope of this site to teach CSS or have extensive CSS tutorials, but here are a few of the best css tutorials around: