- No
DOCTYPEfound! Attempting validation with HTML 4.01 Transitional. - The DOCTYPE Declaration was not recognized or is missing.
This probably means that the Formal Public Identifier contains a
spelling error, or that the Declaration is not using correct
syntax. Validation has been performed using a default "fallback"
Document Type Definition that closely resembles "HTML 4.01
Transitional", but the document will not be Valid until you have
corrected this problem with the DOCTYPE Declaration.
Learn how to add a doctype to your document from our FAQ.
This page is not Valid (no Doctype found)!
Below are the results of attempting to parse this document with an SGML parser.
- Error
Line 1 column 0: no document type
declaration; implying "<!DOCTYPE HTML SYSTEM>".
<html>The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid. - Error
Line 29 column 12: an attribute value
must be a literal unless it contains only name characters.
<META name= ⼯strong>??Rating” content= “General”>You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very , very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary. - Error
Line 29 column 12: character "“" is
not allowed in the value of attribute "NAME".
<META name= ⼯strong>??Rating” content= “General”>It is possible that you violated the naming convention for this attribute. For example,idandnameattributes must begin with a letter, not a digit. - Error
Line 29 column 30: an attribute value
must be a literal unless it contains only name characters.
<META name= “Rating” content= “General”> - Error
Line 35 column 21: value of attribute
"NAME" must be a single token.
<meta name="Microsoft Border" content="tlrb, default">This attribute can not take a space-separated list of words as a value, but only one word ("token"). This may also be caused by the use of a space for the value of an attribute which does not permit it. - Error
Line 40 column 74: required attribute
"ALT" not specified.
...m-header_im4a.jpg" width="980" height="111"></p>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
typearetype="text/css"for<style>andtype="text/javascript"for<script>. - Error
Line 43 column 80: there is no
attribute "BORDERCOLOR".
...ng="3" bgcolor="#FFFFFF" bordercolor="#000000">You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
- Error
Line 46 column 74: required attribute
"ALT" not specified.
.cmsbutt_home1.gif" width="143" height="76"></a></font></b></td> - Error
Line 50 column 89: required attribute
"ALT" not specified.
...butt_sc3.gif" width="145" height="60"></a></td> - Error
Line 54 column 86: required attribute
"ALT" not specified.
...butt_wt3.gif" width="145" height="60"></a></td> - Error
Line 58 column 88: required attribute
"ALT" not specified.
...utt_wfs3.jpg" width="145" height="60"></a></td> - Error
Line 62 column 90: required attribute
"ALT" not specified.
...butt_ao3.jpg" width="145" height="60"></a></td> - Error
Line 66 column 87: required attribute
"ALT" not specified.
...utt_ecg3.gif" width="145" height="60"></a></td> - Error
Line 70 column 84: required attribute
"ALT" not specified.
...butt_wp3.gif" width="145" height="60"></a></td> - Error
Line 74 column 80: required attribute
"ALT" not specified.
...tt_serv1.gif" width="144" height="73"></a></td> - Error
Line 78 column 82: required attribute
"ALT" not specified.
...t_about3.gif" width="145" height="60"></a></td> - Error
Line 117 column 69: there is no
attribute "HEIGHT".
...lpadding="0" cellspacing="0" width="90%" height="580"> - Error
Line 148 column 87: required
attribute "ALT" not specified.
...butt_so1.gif" width="116" height="60"></a></td> - Error
Line 152 column 92: required
attribute "ALT" not specified.
...utt_nsc1.gif" width="116" height="60"></a></td> - Error
Line 156 column 83: required
attribute "ALT" not specified.
...butt_mt1.gif" width="116" height="60"></a></td> - Error
Line 160 column 88: required
attribute "ALT" not specified.
...utt_wfs1.gif" width="116" height="60"></a></td> - Error
Line 164 column 98: required
attribute "ALT" not specified.
...butt_ai1.jpg" width="116" height="60"></a></td> - Error
Line 168 column 87: required
attribute "ALT" not specified.
...utt_ecg1.gif" width="116" height="60"></a></td> - Error
Line 172 column 84: required
attribute "ALT" not specified.
...butt_sp1.gif" width="116" height="60"></a></td>


