Skip Navigation.

NWE Help: Web: Authoring: HTML: CSS

NWE Home :: Help :: Web :: Authoring :: HTML :: CSS

Cascading Style Sheets (CSS) are a way to control the formatting of your web pages. They are meant to replace the depreciated style tags, like the <FONT> tag. Eventually, style sheets will determine almost all stylistic markup and HTML or XML will be used for structure to make better documents overall. Unfortunately, style sheets are not uniformly accepted or displayed, so test carefully before you rely too heavily on them.

These pages will help give you an introduction to style sheets.

The World Wide Web Consortium (the people in charge of changes made to the HTML standard) has a handy-dandy set of pages that link to lots of useful CSS resources. See the W3 CSS resources.

See the W3's CSS validator, which will check your code and advise you of any errors.