flat face
Your Results
B (84.0%)
1 error
32 errors
W3C Validation
1 error, 0 warnings found while checking this document as XHTML 1.0 Transitional
- Result:1 error, 0 warnings
- Address:http://www.bradsteenconstruction.com
- Modified:Tue, 22 Nov 2011 17:00:27 EST
- Server:Apache
- Size:N/A
- Content-Type:text/html; charset=utf-8
- Encoding:utf-8
- Doctype:XHTML 1.0 Transitional
- Root Element:html
- Root Namespace:http://www.w3.org/1999/xhtml
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.