Offline HTML Verification Tool

No results yet

Results

What this checks / fixes
  1. Full document only: Fix normalizes the top shell (XHTML 1.0 Transitional doctype, html attrs, required meta tags).
  2. Rule 1: Every <table> must have role="presentation".
  3. Rule 2: Images wider than 50px must not have an empty alt (Fix will NOT auto-fill alt; it will warn).
  4. Rule 3: Direct text inside <td> is wrapped in <p style="padding:0; margin:0">.
  5. Rule 6: If a table has a pixel width, any row with multiple column widths must sum to the table width.
  6. Rule 7: No empty <p></p> tags.
  7. Fix adds table styles border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; and adds border-collapse:collapse to every <td>.
  8. Fix adds image styles display:block; border:0; to every <img>.
  9. Fix removes all <tbody> tags from the output.