**Hejsan!
Jag försöker validera min sida, men möts av detta felmedelande:**
# Error Line 9 column 21: required attribute "alt" not specified.
<img src="logga.jpg"/>
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>.
✉
# Error Line 15 column 22: required attribute "alt" not specified.
<img src="diplom.jpg"/>
✉
# Error Line 24 column 5: end tag for "br" omitted, but OMITTAG NO was specified.
<br>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
✉
# Info Line 24 column 1: start tag was here.
<br>
# Error Line 26 column 4: end tag for "br" omitted, but OMITTAG NO was specified.
<br>
✉
# Info Line 26 column 0: start tag was here.
<br>
# Error Line 28 column 4: end tag for "br" omitted, but OMITTAG NO was specified.
<br>och Riksgränsen! Ta chansen att bli instruktör!
✉
# Info Line 28 column 0: start tag was here.
<br>och Riksgränsen! Ta chansen att bli instruktör!
# Error Line 29 column 4: end tag for "br" omitted, but OMITTAG NO was specified.
<br><br>
✉
# Info Line 29 column 0: start tag was here.
<br><br>
# Error Line 29 column 8: end tag for "br" omitted, but OMITTAG NO was specified.
<br><br>
✉
# Info Line 29 column 4: start tag was here.
<br><br>
# Error Line 30 column 19: required attribute "alt" not specified.
<img src="fot.jpg"/>
✉
# Error Line 33 column 17: there is no attribute "LANGUAGE".
<SCRIPT LANGUAGE="JavaScript">
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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
✉
# Error Line 33 column 29: element "SCRIPT" undefined.
<SCRIPT LANGUAGE="JavaScript">
You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "\<frameset\>" element),
\* by using vendor proprietary extensions such as "\<spacer\>" or "\<marquee\>" (this is usually fixed by using CSS to achieve the desired effect instead).
\* by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.
**Jag förstår verkligen inte vad som är felet? Är i akut behov av hjälp med detta problem, snabbt!
Med vänlig hälsning, Patrik B.**