NOTE: Because your web browser does not support web standards, you will only be able to view the content in a linearized format. To use this site to it's fullest, you may wish to upgrade to a browser that supports web standards.

Additional Resources

Units of measure - CSS Techniques for Web Content Accessibility Guidelines 1.0.

View WAI Checkpoint 3.4 - Use relative rather than absolute units in markup language attribute values and style sheet property values.

Priority 2 Item 3
Use relative rather than absolute units of measure (e.g., for margins, font sizes, borders, etc.).

Wildlife Benefits

Do

The HTML

<p style="text-align: center; color: green; font-size: 1.15em; font-weight: bold">Wildlife Benefits</p>

Don't Do

The HTML

<p style="text-align: center; color: green; font-size: 14pt; font-weight: bold">Wildlife Benefits</p>