Page Report
| Web Fish Design Accessibility Evaluation | 2010-03-04 17:50 |
| Ruleset: 0906-1 (outdated: current ruleset is 1011-1) | |
| URL: webfishdesign.com/ | |
| Page Title: Web Fish Design: Houston Web Design And Marketing | |
Styling
Text StylingBest Practices (opens in a new window)
- The
fontandcenterelements should not be used. Instead use structural markup with CSS for styling. - Pass
- The
belement should not be used for bold styling of text content. Instead use heading elementsh1..h6for heading text or thestrongelement for emphasizing words, phrases or sentences. - Pass
- The
ielement should not be used to italicize text content. Instead use heading elementsh1..h6for heading text or theemelement for emphasizing words, phrases or sentences. - Pass
- The
uelement should not be used to underline text content. Instead use heading elementsh1..h6for heading text or theemorstrongelements for emphasizing words, phrases or sentences. - Pass
- The
blinkandmarqueeelements must not be used. - Pass
Layout TablesBest Practices (opens in a new window)
- Tables should be used only for organizing data in rows and columns. Use CSS instead of tables and nested tables to visually layout blocks of related content for graphical rendering.
- Pass

