|
You are here > Web Design > Web Accessibility > 44.10. Preformatted Text
Preformatted Text
Don't preformat text using the <PRE> element. Use tables instead. Assistive technology can't interpret preformatted text. The <PRE> element preformats text for the screen using a fixed width font. All whitespace characters are interpreted literally and retained in display, including multiple spaces, tabs, carriage returns and linefeeds.
Text Only Pages >>>
|