Appendix B: Replacing Presentational HTML with CSS
One of the goals of the Cascading Style Sheets language is to move presentational effects out of the HTML markup, achieving a separation of content from presentation. Such a separation has many benefits, especially for users with special needs, as discussed in Hour 21, "Accessibility and Internationalization."
The HTML 4.01 specification defines three varieties of HTML -- Strict, Transitional, and Frameset -- as detailed in Hour 4, "Using CSS with HTML." Within this framework, specific HTML tags and attributes have been designated as deprecated. Deprecated tags are considered obsolete and are intended to be removed from future versions of the HTML language. Strict HTML disallows the use of these tags and attributes, instead relying on CSS rules for the same effects.
Sample Code
There are no sample code files for this appendix.
Web Links
These are the links presented in this appendix, given here for easy reference.
Updates and Errata
There are currently no updates to this appendix's content.