CSSCascading Style Sheets allow the web designer to style their page without resorting to using deprecated font tags. While you can use CSS within an HTML document, the real advantage comes when you link to an external style sheet for all your page. This way your visitor only needs to download the style sheet once, and any changes you make will be made site-wide. |
