Errors found while checking this document as XHTML 1.0 Transitional!

Result: 6 Errors
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 6 Errors

  1. Error Line 5, Column 48: end tag for "link" omitted, but OMITTAG NO was specified
    	<link rel="shortcut icon" href="/favicon.png">

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  2. Info Line 5, Column 2: start tag was here
    	<link rel="shortcut icon" href="/favicon.png">
  3. Error Line 20, Column 10: required attribute "type" not specified
    		<script>

    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>.

  4. Error Line 42, Column 99: end tag for "link" omitted, but OMITTAG NO was specified
    …"https://groups.tapatalk-cdn.com/static/manifest/manifest.json" rel="manifest">

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  5. Info Line 42, Column 9: start tag was here
            <link href="https://groups.tapatalk-cdn.com/static/manifest/manifest.js…
  6. Error Line 109, Column 177: required attribute "alt" not specified
    …; top:5px; left:8px;" src="/adds/content/8.shop.opnsense.com_20220419.png"></a>

    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>.

  7. Error Line 109, Column 181: end tag for "img" omitted, but OMITTAG NO was specified
    …; top:5px; left:8px;" src="/adds/content/8.shop.opnsense.com_20220419.png"></a>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  8. Info Line 109, Column 60: start tag was here
    …><a href="https://shop.opnsense.com/"><img style="position: absolute; width:60…
  9. Error Line 1323, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
    </body></html>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  10. Info Line 48, Column 2: start tag was here
    	<div id="header">

↑ Top