Sitewide Report
| Trend Website | 2009-05-14 10:55 |
| Pages: 15Depth: 3rd-levelRuleset: 1.0.b8 (outdated: current ruleset is 0906-1) | |
| URL: http://www.trendcs.com/ | |
Styling
Text StylingBest Practices (opens in a new window)
- The
fontandcenterelements must not be used. Instead use structural markup with CSS for styling. - The
belement must not be used for bold styling of text content. Instead use heading elementsh1..h6for heading text or thestrongelement for emphasizing words, phrases or sentences. - The
ielement must not be used to italicize text content. Instead use heading elementsh1..h6for heading text or theemelement for emphasizing words, phrases or sentences. - The
uelement must not be used to underline text content. Instead use heading elementsh1..h6for heading text or theemorstrongelements for emphasizing words, phrases or sentences. - The
blinkandmarqueeelements must not be used.
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.

