Hi, I am using the html markup validator for my website and I have 17 errors. I am not sure what I should do to fix them as I don't really understand what they are asking me to change.
These are the errors I have got:
Line 92, Column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
<a href=http://www.gocurrency.com/id=gocurrency/>Currency Converter</a> <script…✉
Line 92, Column 15: NET-enabling start-tag not immediately followed by null end-tag
<a href=http://www.gocurrency.com/id=gocurrency/>Currency Converter</a> <script…✉
This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).
Line 92, Column 71: end tag for element "a" which is not open
…m/id=gocurrency/>Currency Converter</a> <script src= http://www.gocurrency.com…✉
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.
Line 92, Column 86: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
…/>Currency Converter</a> <script src= http://www.gocurrency.com/v2/gocurrcalc_…✉
Line 92, Column 92: NET-enabling start-tag not immediately followed by null end-tag
…ency Converter</a> <script src= http://www.gocurrency.com/v2/gocurrcalc_t.php?…✉
This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).
Line 92, Column 92: required attribute "type" not specified
…ency Converter</a> <script src= http://www.gocurrency.com/v2/gocurrcalc_t.php?…✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 92, Column 147: end tag for element "script" which is not open
…/a> <script src= http://www.gocurrency.com/v2/gocurrcalc_t.php?id=53> </script>✉
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 93, Column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
<a href=http://www.gocurrency.com/id=gocurrencytable/>Currency Converter</a><sc…✉
Line 93, Column 15: NET-enabling start-tag not immediately followed by null end-tag
<a href=http://www.gocurrency.com/id=gocurrencytable/>Currency Converter</a><sc…✉
This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).
Line 93, Column 76: end tag for element "a" which is not open
…gocurrencytable/>Currency Converter</a><script src=http://gocurrency.com/v2/ta…✉
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 93, Column 89: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
…le/>Currency Converter</a><script src=http://gocurrency.com/v2/table_t.php?cur…✉
Line 93, Column 95: NET-enabling start-tag not immediately followed by null end-tag
…rrency Converter</a><script src=http://gocurrency.com/v2/table_t.php?cur=PLN;U…✉
This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).
Line 93, Column 95: required attribute "type" not specified
…rrency Converter</a><script src=http://gocurrency.com/v2/table_t.php?cur=PLN;U…✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 93, Column 158: cannot generate system identifier for general entity "v"
…://gocurrency.com/v2/table_t.php?cur=PLN;USD;EUR;GBP;JPY;CAD;AUD&v=1> </script>✉
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
Line 93, Column 158: general entity "v" not defined and no default entity
…://gocurrency.com/v2/table_t.php?cur=PLN;USD;EUR;GBP;JPY;CAD;AUD&v=1> </script>✉
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Line 93, Column 159: reference not terminated by REFC delimiter
…://gocurrency.com/v2/table_t.php?cur=PLN;USD;EUR;GBP;JPY;CAD;AUD&v=1> </script>✉
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
Line 93, Column 159: reference to entity "v" for which no system identifier could be generated
…://gocurrency.com/v2/table_t.php?cur=PLN;USD;EUR;GBP;JPY;CAD;AUD&v=1> </script>✉
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Line 93, Column 157: entity was defined here
…://gocurrency.com/v2/table_t.php?cur=PLN;USD;EUR;GBP;JPY;CAD;AUD&v=1> </script> Line 93, Column 171: end tag for element "script" which is not open
…://gocurrency.com/v2/table_t.php?cur=PLN;USD;EUR;GBP;JPY;CAD;AUD&v=1> </script>✉ 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 95, Column 8: end tag for "p" omitted, but OMITTAG NO was specified
</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 91, Column 5: start tag was here
<p class="auto-style10">
Sorry i know there's a lot of them but some are just the same ones.
Thankyou![]()


Reply With Quote
