botheredByBees - 2011-08-31

and a couple of html errors (I used the firefox addon 'web developer toolbar' to discover these - there are bound to be others but here's the report for the first 3 pages:

index.html
Error Line 53, Column 9: End tag div seen, but there were open elements.

        </div>


Error Line 17, Column 38: Unclosed element ul.

        <ul id="sti-menu" class="sti-menu">


Error Line 54, Column 8: Stray end tag div.

    </div>

help.html
Validation Output: 16 Errors

Error Line 34, Column 76: document type does not allow element "a" here; assuming missing "li" start-tag

            <li><a href="index.html" title="Home"><b>HOME</b></a></li><a name="Home"></a>

✉
Error Line 35, Column 7: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag

            <li><a href="http://softwarefreedomday.org/" title="About SFD">About SFD</a>…

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 38, Column 7: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag

            <li><a href="help.html" title="Help">Help</a></li>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 39, Column 7: end tag for "li" omitted, but OMITTAG NO was specified

        </ul>

✉

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 34, Column 62: start tag was here

            <li><a href="index.html" title="Home"><b>HOME</b></a></li><a name="Home"></a>

Error Line 62, Column 184: end tag for "h5" omitted, but OMITTAG NO was specified

…nging">Change Category</a> | <a href="#Nav">Using Navigation Links</a></center>

✉

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 62, Column 9: start tag was here

<center><h5><a href="#Cat">Categories</a> | <a href="#Installing">Installing So…

Error Line 72, Column 26: end tag for element "br" which is not open

            <a name="Cat"></a></br>

✉

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.
Error Line 73, Column 172: end tag for element "br" which is not open

…k on the categories to go to them.</br><img src="images/help/navi01.png" alt="…



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.
Error Line 73, Column 229: end tag for element "br" which is not open

…es to go to them.</br><img src="images/help/navi01.png" alt="Help01"/></p></br>

✉

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.
Error Line 74, Column 148: end tag for element "br" which is not open

…ece of Software to Install or Use.</br><img src="images/help/navi02.png" alt="…



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.
Error Line 74, Column 205: end tag for element "br" which is not open

…o Install or Use.</br><img src="images/help/navi02.png" alt="Help02"/></p></br>

✉

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.
Error Line 75, Column 114: end tag for element "br" which is not open

…'s buttons on the right-hand side.</br><img src="images/help/navi03.png" alt="…



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.
Error Line 75, Column 171: end tag for element "br" which is not open

 right-hand side.</br><img src="images/help/navi03.png" alt="Help03"/></p></br>

✉

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.
Error Line 76, Column 201: end tag for element "br" which is not open

…et you jump to a specific program.</br><img src="images/help/navi04.png" alt="…



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.
Error Line 76, Column 253: end tag for element "br" which is not open

…ges/help/navi04.png" alt="4"/></p></br><a href="#Home"><h6>Top of Page</h6></a…

✉

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.
Error Line 76, Column 273: document type does not allow element "h6" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

…ges/help/navi04.png" alt="4"/></p></br><a href="#Home"><h6>Top of Page</h6></a>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 136, Column 7: end tag for "div" omitted, but OMITTAG NO was specified

</body>

✉

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 30, Column 1: start tag was here

<div class="display_bg">

internet.html

Validation Output: 52 Errors

Error Line 62, Column 206: end tag for "h5" omitted, but OMITTAG NO was specified

… Thunderbird Mail</a> | <a href="#Pidgin">Pidgin Instant Messenger</a></center>

✉

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 62, Column 9: start tag was here

<center><h5><a href="#FF">Mozilla Firefox Web Browser</a> | <a href="#Opera">Op…

Error Line 67, Column 21: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                <a name="FF"><h1>Mozilla Firefox Web Browser</h1>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 70, Column 9: end tag for "a" 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 ">".
Info Line 67, Column 5: start tag was here

                <a name="FF"><h1>Mozilla Firefox Web Browser</h1>

Error Line 77, Column 8: end tag for element "br" which is not open

            </br>

✉

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.
Error Line 78, Column 104: required attribute "alt" not specified

…irefox.exe" title="Install Firefox"><img src="images/install.png"></a></center>

✉

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 78, Column 108: end tag for "img" omitted, but OMITTAG NO was specified

…irefox.exe" title="Install Firefox"><img src="images/install.png"></a></center>

✉

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 78, Column 75: start tag was here

…/firefox.exe" title="Install Firefox"><img src="images/install.png"></a></cent…

Error Line 79, Column 23: document type does not allow element "h6" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <a href="#Home"><h6>Top of Page</h6>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 81, Column 23: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                        <div class="hr2"></div>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 84, Column 30: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                        <div class="post_title">

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 85, Column 24: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                <a name="Opera"><h1>Opera Web Browser</h1>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 88, Column 9: end tag for "a" 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 ">".
Info Line 85, Column 5: start tag was here

                <a name="Opera"><h1>Opera Web Browser</h1>

Error Line 90, Column 6: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <p>Opera is a web browser and Internet suite developed by Opera Software wit…

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 91, Column 6: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <p>The browser handles common Internet-related tasks such as displaying web …

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 91, Column 221: end tag for element "P" which is not open

…, chatting on IRC, downloading files via BitTorrent, and reading web feeds.</P>

✉

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.
Error Line 92, Column 6: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <p>Opera is offered free of charge for personal computers and mobile phones.…

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 92, Column 83: end tag for element "P" which is not open

…p>Opera is offered free of charge for personal computers and mobile phones.</P>

✉

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.
Error Line 93, Column 8: end tag for element "br" which is not open

            </br>

✉

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.
Error Line 94, Column 11: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <center><a href="install/Internet/opera.exe" title="Install Opera Web Browse…



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 94, Column 112: required attribute "alt" not specified

…" title="Install Opera Web Browser"><img src="images/install.png"></a></center>

✉

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 94, Column 116: end tag for "img" omitted, but OMITTAG NO was specified

…" title="Install Opera Web Browser"><img src="images/install.png"></a></center>

✉

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 94, Column 83: start tag was here

…xe" title="Install Opera Web Browser"><img src="images/install.png"></a></cent…

Error Line 97, Column 23: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                        <div class="hr2"></div>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 100, Column 30: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                        <div class="post_title">

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 101, Column 26: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                <a name="Thunder"><h1>Mozilla Thunderbird Mail</h1>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 104, Column 9: end tag for "a" 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 ">".
Info Line 101, Column 5: start tag was here

                <a name="Thunder"><h1>Mozilla Thunderbird Mail</h1>

Error Line 106, Column 6: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <p>Mozilla Thunderbird is a free[1], open source, cross-platform e-mail and …

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 106, Column 131: end tag for element "P" which is not open

… cross-platform e-mail and news client developed by the Mozilla Foundation.</P>

✉

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.
Error Line 107, Column 8: end tag for element "br" which is not open

            </br>

✉

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.
Error Line 108, Column 11: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <center><a href="install/Internet/thunderbird.exe" title="Install Mozilla Th…



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 108, Column 120: required attribute "alt" not specified

…title="Install Mozilla Thunderbird"><img src="images/install.png"></a></center>

✉

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 108, Column 124: end tag for "img" omitted, but OMITTAG NO was specified

…title="Install Mozilla Thunderbird"><img src="images/install.png"></a></center>

✉

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 108, Column 91: start tag was here

…" title="Install Mozilla Thunderbird"><img src="images/install.png"></a></cent…

Error Line 109, Column 23: document type does not allow element "h6" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <a href="#Home"><h6>Top of Page</h6>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 111, Column 23: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                        <div class="hr2"></div>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 113, Column 30: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                        <div class="post_title">

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 114, Column 25: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

                <a name="Pidgin"><h1>Pidgin Instant Messenger</h1>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 117, Column 9: end tag for "a" 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 ">".
Info Line 114, Column 5: start tag was here

                <a name="Pidgin"><h1>Pidgin Instant Messenger</h1>

Error Line 119, Column 6: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <p>Pidgin (formerly named Gaim) is a multi-platform instant messaging client…

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 119, Column 84: end tag for element "P" which is not open

…>Pidgin (formerly named Gaim) is a multi-platform instant messaging client.</P>

✉

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.
Error Line 120, Column 8: end tag for element "br" which is not open

            </br>

✉

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.
Error Line 121, Column 11: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <center><a href="install/Internet/pidgin.exe" title="Pidgin Instant Messenge…



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 121, Column 112: required attribute "alt" not specified

…e" title="Pidgin Instant Messenger"><img src="images/install.png"></a></center>

✉

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 121, Column 116: end tag for "img" omitted, but OMITTAG NO was specified

…e" title="Pidgin Instant Messenger"><img src="images/install.png"></a></center>

✉

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 121, Column 83: start tag was here

…exe" title="Pidgin Instant Messenger"><img src="images/install.png"></a></cent…

Error Line 122, Column 23: document type does not allow element "h6" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

            <a href="#Home"><h6>Top of Page</h6>

✉

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 123, Column 8: end tag for "a" 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 ">".
Info Line 122, Column 4: start tag was here

            <a href="#Home"><h6>Top of Page</h6>

Error Line 123, 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 ">".
Info Line 119, Column 4: start tag was here

            <p>Pidgin (formerly named Gaim) is a multi-platform instant messaging client…

Error Line 123, Column 8: end tag for "a" 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 ">".
Info Line 109, Column 4: start tag was here

            <a href="#Home"><h6>Top of Page</h6>

Error Line 123, 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 ">".
Info Line 106, Column 4: start tag was here

            <p>Mozilla Thunderbird is a free[1], open source, cross-platform e-mail and …

Error Line 123, 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 ">".
Info Line 92, Column 4: start tag was here

            <p>Opera is offered free of charge for personal computers and mobile phones.…

Error Line 123, 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 ">".
Info Line 91, Column 4: start tag was here

            <p>The browser handles common Internet-related tasks such as displaying web …

Error Line 123, Column 8: end tag for "a" 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 ">".
Info Line 79, Column 4: start tag was here

            <a href="#Home"><h6>Top of Page</h6>

Error Line 146, Column 55: end tag for "b" omitted, but OMITTAG NO was specified

                    <small>Visit the <b>Polytechnic Website<b></small>

✉

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 146, Column 45: start tag was here

                    <small>Visit the <b>Polytechnic Website<b></small>

Error Line 146, Column 55: end tag for "b" omitted, but OMITTAG NO was specified

                    <small>Visit the <b>Polytechnic Website<b></small>

✉

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 146, Column 23: start tag was here

                    <small>Visit the <b>Polytechnic Website<b></small>

Error Line 173, Column 7: end tag for "div" omitted, but OMITTAG NO was specified

</body>

✉

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 30, Column 1: start tag was here

<div class="display_bg">