Sure sorry I am using w3c validator and the errors are things like these:

Line 340, Column 1374: character "&" is the first character of a delimiter but occurred as data
…c5ca961d8bba4d5106a8576c85d06" >Fresh & Play</a></li><li class="dFilterLink"><…

This message may appear in several cases:

You tried to include the "<" character in your page: you should escape it as "&lt;"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.
Line 340, Column 4751: end tag for element "ul" which is not open
…and over</a></li></ul></div></div></ul></div></div><div id="dFilterClearAll"><…

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 340, Column 4757: end tag for "form" omitted, but OMITTAG NO was specified
…er</a></li></ul></div></div></ul></div></div><div id="dFilterClearAll"></div><…

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Line 340, Column 55: start tag was here
…filterContent" class="sideBoxContent"><form name="product_filter_form" action=…
Line 340, Column 4802: end tag for element "form" which is not open
…/div></div></ul></div></div><div id="dFilterClearAll"></div></form></div></div>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 340, Column 4814: end tag for "td" omitted, but OMITTAG NO was specified
…/div></div></ul></div></div><div id="dFilterClearAll"></div></form></div></div>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Line 336, Column 2: start tag was here
<td id="navColumnOne" class="columnLeft" style="width: 190px">
Line 340, Column 4814: end tag for "tr" omitted, but OMITTAG NO was specified
…/div></div></ul></div></div><div id="dFilterClearAll"></div></form></div></div>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Line 334, Column 3: start tag was here
<tr>
Line 340, Column 4814: end tag for "table" omitted, but OMITTAG NO was specified
…/div></div></ul></div></div><div id="dFilterClearAll"></div></form></div></div>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Line 333, Column 1: start tag was here
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainW…
Line 368, Column 6: end tag for element "div" which is not open
</div></td>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 368, Column 11: end tag for element "td" which is not open
</div></td>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 370, Column 20: document type does not allow element "td" here
<td valign="top">

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

Line 487, Column 10: end tag for element "tr" which is not open
</td></tr>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 489, Column 59: document type does not allow element "td" here
<td id="navColumnTwo" class="columnRight" style="width: 0">

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

Line 491, Column 7: end tag for element "tr" which is not open
</tr>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 492, Column 8: end tag for element "table" which is not open
</table>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 525, Column 179: end tag for element "a" which is not open
…hoto defaultjsp_zps45e86939.jpeg"/></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src=…

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 525, Column 675: end tag for element "a" which is not open
…96183e.gif" border="0" alt=" photo secure-######-toys_zps4a96183e.gif"/></a></div>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 529, Column 6: end tag for element "div" which is not open
</div>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.