character "<" is the first character of a delimiter but occurred as data
Fehler: </ br>
Lösung:
<br/>
Englische Meldung:
This message may appear in several cases:
You tried to include the "<" character in your page: ...
end tag for "br" omitted, but OMITTAG NO was specified
Fehler: <br> hier fehlt /
Lösung:
<br/>
Englische Meldung:
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it ...
Validation Output Error:
end tag for element "br" which is not open
Fehler war: </br>
Lösung:
<br/>
Englische Meldung:
The Validator found an end tag for the above element, but that element is not currently open. This is ...