CSS
The CSS1 (Cascading Style Sheet) spec:
- Replaces all HTML extensions
- Can replace most uses of tables
- Provides floating text elements
- Provides control over background
WD-style
- Defines relationships between HTML document and stylesheet
- Cascading style sheets can be defined by:<LINK REL=stylesheet HREF="corporate.css"><LINK REL=stylesheet HREF="techreport.css">
- Can define alternate style sheets for media types:<LINK REL=stylesheet MEDIA=screen …>