This is a Site using CSS


Here are some resource sites to use for help using CSS


Overview of CSS CSS Properties Another Site for Properties Extreme CSS Sample Site

Cascading Style Sheets, or CSS, is a powerful way to design a web page. There are many things that CSS can do that HTML can not. Some even believe that CSS is will eventually take over as the industry standard for Web Design code. Unfortunately the syntax for CSS is very different from that of HTML and we will be learning a whole new way to "program" (or design) our pages. However, CSS will not completely replace our HTML code, it will only help for format the output of that code. We will use CSS primarily to format our fonts, links, and colors. We should never again see the existence of a <font > tag!