DEV 2.2 Use style sheets to control all formatting and layout where possible

Compare with WAI & NDA checkpoints
NDA checkpoints: 1.12 (P1) / 2.5 (P2)

Examples

<style type="text/css" media="screen">

@import url(content.css);</style>

<link rel="stylesheet" type="text/css" media="print" href="contentprint.css">

Deprecated styles: Most of the HTML tags and attributes commonly used for visual formatting are now deprecated, use CSS instead.

CSS for layout: Browser support is now at a stage where this is a reality and should be used where possible. At present a number of 'tricks' or 'hacks' are required to get cross- browser support, this should decrease as browser support continues to be enhanced.