http://www.raz-sports.com
I been working my butt off to turn my site into all of CSS. However, each page I have created comes up with 2 errors(Not too bad). Here are those two errors, that U have a hard time seeing why they are errors:
1. Error Line 5 column 118: end tag for element "LINK" which is not open.
...raz-sports.com/razsports1.css"></link>
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 occured in a script section of your document, you should probably read this FAQ entry.
2. Error Line 6 column 118: end tag for element "LINK" which is not open.
...raz-sports.com/razsports2.css"></link>
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 occured in a script section of your document, you should probably read this FAQ entry.