Errors found while checking this document as XHTML 1.0 Transitional!

Result: 3 Errors, 1 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Info No Character encoding declared at document level

    No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.

    See this tutorial on character encoding for techniques and explanations.

↑ Top

Validation Output: 3 Errors

  1. Error Line 109, Column 161: end tag for "br" omitted, but OMITTAG NO was specified
    …2:0:0:-1:0:0">29 Fev 2020 // 16:00<br>HEARTH FESTIVAL - TARDE POÉTICO-MUSICAL<…

    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 109, Column 157: start tag was here
    …:56:2:0:0:-1:0:0">29 Fev 2020 // 16:00<br>HEARTH FESTIVAL - TARDE POÉTICO-MUSI…
  3. Error Line 119, Column 160: element "BR" undefined
    …:2:0:0:-1:0:0">09 mar 2020 // 17:30<BR>APRESENTAÇÃO DO LIVRO "IMAGENS IMAGINAD…

    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).
  4. Error Line 119, Column 221: end tag for "BR" omitted, but OMITTAG NO was specified
    … // 17:30<BR>APRESENTAÇÃO DO LIVRO "IMAGENS IMAGINADAS" DE PEDRO MEXIA</a></h1>

    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 119, Column 157: start tag was here
    …:55:2:0:0:-1:0:0">09 mar 2020 // 17:30<BR>APRESENTAÇÃO DO LIVRO "IMAGENS IMAGI…

↑ Top