Web Hosting User Guide - HTML and CGI Script - CSS Guide
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web pages. It also gives both Web site developers and users more control over how pages display. With CSS, designers can create style sheets that define how different elements, such as headers and links, appear. These style sheets can then be applied to any Web page.
Below is an example of the HTML for a CSS:
<style>
BODY {margin: 1em; font-family: serif; background: pink; color: black;}
H1 {color: green;}
H2 {color: red;}
H3 {font-style: italic;}
</style>
For more information on creating a CSS, go to the Web authority's W3C Adding a touch of style.
Related Information
What is HTML
Adding Images
Hyperlinks and Anchors
Meta Tags
CGI Scripts
Installing Formmail
Installing Counter