S.B.C.C. ->
Computer Science -> Courses
-> COMSC 111 -> Syllabus
[ Basic HTML (project)
| Style Sheets
(project) | Image Maps
& Formats (project)
| CGI Forms (project)
| Frames & Search Engines
(project) | VRML
(project) | Intro JS (project)
]
A cascading style sheet is a way of having tight control over the presentation of HTML in a device independent fashion. You can do many things is style sheets that formerly required weird HTML extensions (both Netscape and Microsoft). The good part is that if a browser doesn't understand them, they get ignored and the information is still presented. The one thing you cannot do with style sheets is add interactivity, it only addresses how text is displayed, not the behaviour of the user interface. Although style sheets are nice, watch out, they can be abused. There are however, guidelines for the use of style sheets.
For the reading, follow the links present at the top of each paragraph and read the information. The other links are for background.
Last Updated: March 2, 1998
Author: Dean Nevins
<dn@picard.sbcc.cc.ca.us>