- From: Damien B <night.kame@gmail.com>
- Date: Wed, 01 Oct 2008 15:18:57 +0200
- To: Braun Markus <braun@sahl.de>
- CC: "'www-validator@w3.org'" <www-validator@w3.org>
Hello Markus
Braun Markus wrote:
> teh page validation shows this
> Validation Output: 2 Errors
>
> 1. Error /Line 2, Column 0/: character "<" invalid: only delimiter
> ">", delimiter "[", system identifier, "CDATA", "NDATA", "SDATA"
> and parameter separators allowed.
>
> |*<*html>|
> Validating http://www.amideo.de/
> Error [154]: "cannot continue because of previous errors"
Here is the beginning of that page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>
Your doctype declaration is not closed, it should have been instead:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
Damien B
Received on Wednesday, 1 October 2008 13:24:02 UTC