|
You are here > Web Design > Web Accessibility > 44.8. Relative Font Sizes
Relative Font Sizes
Use relative font sizes rather than fixed font sizes. This will give your users the option of applying their own style sheets or overriding your font settings in their browser.
Examples of relative font sizes:
<FONT SIZE="-1">
<FONT SIZE="+2">
Examples of fixed font sizes:
<FONT SIZE="2">
<FONT SIZE="5">
Underlined Text >>>
|