http://www.bradsteenconstruction.com

construction, fargo, moorhead, remodel

Check another URL

flat face

Your Results

B (84.0%)

1 error

32 errors

Share your score:

Share on Twitter Share on Facebook Share on Tumblr

W3C Validation

Updated at: 11/22/2011 05:00PM

1 error, 0 warnings found while checking this document as XHTML 1.0 Transitional

W3C HTML Errors (1)

Having a website that contains valid markup is important! Valid markup is one of the factors that ensures that your site appears the same across all browsers. It’s also a very important part of improving your SEO score.

  • </table>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.