Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/02/2010, 09:43
Avatar de picazamora
picazamora
 
Fecha de Ingreso: febrero-2008
Ubicación: Zamora
Mensajes: 72
Antigüedad: 16 años, 2 meses
Puntos: 0
Respuesta: Problemas en la validacion

gracias a todos pero sigo poco a poco quito un problema y me salen 7 mas jeje

en fin como dice mi profe de java tankilo arregla el primero y alomejor ya no te dan mas xD

en fin mirad este error no entiendo lo que me quiere decir ni donde me lo da no entiendo muy bien por que.

así que acudo a vosotros.


Código HTML:
Line 32, Column 8: document type does not allow element "BODY" here
  <body>
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).