Error?

View: New views
4 Messages — Rating Filter:   Alert me  

Error?

by IvanGabor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

error.jpg
Please, explain for me, where is the error. Line 7 is only </head>. The word "New" is inside the head, it ought to be unvisible on the side.

Re: Error?

by IvanGabor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


error.jpg
I just copied and pasted your code. It could not help.

Re: Error?

by Frédéric WANG :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The <meta/> tags are not closed.

http://www.w3.org/TR/2002/REC-xhtml1-20020801/#h-4.6

>
> http://www.nabble.com/file/p24892087/error.jpg error.jpg
> Please, explain for me, where is the error. Line 7 is only </head>. The word
> "New" is inside the head, it ought to be unvisible on the side.8-O
> --
> View this message in context:
> http://www.nabble.com/Error--tp24892087p24892087.html
> Sent from the w3.org - www-amaya mailing list archive at Nabble.com.
>
>
>




Re: Error?

by Irene Vatton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
> http://www.nabble.com/file/p24892087/error.jpg error.jpg
> Please, explain for me, where is the error. Line 7 is only </head>. The
> word
> "New" is inside the head, it ought to be unvisible on the side.8-O

You have to say that meta elements are empty elements. For that you have
to add a / at the end
of the declaration:
 <meta ..... />

> --
> View this message in context:
> http://www.nabble.com/Error--tp24892087p24892087.html
> Sent from the w3.org - www-amaya mailing list archive at Nabble.com.
>
>
>