Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/03/2005, 16:47
cmezauni
Usuario no validado
 
Fecha de Ingreso: agosto-2003
Ubicación: Lima
Mensajes: 50
Antigüedad: 20 años, 8 meses
Puntos: 0
Mi página no pasa la validación HTML de la W3C, por favor diganme porque

Amigos, la página es:

http://www.coes.org.pe/coes/prueba.asp

alli pueden revisar el codigo fuente.

Luego validé mi página en el validador de HTML de la W3C y me sale el sgte error:

Below are the results of attempting to parse this document with an SGML parser.

Line 3, column 25: document type does not allow element "DIV" here

<div id=d1 class=divestud>El Comité de Operaci&oacute;n Econ&oacute;mica del Si

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).



Line 4, column 25: document type does not allow element "DIV" here

<div id=d2 class=divestud>Conozca la reseña histórica del COES - SINAC y las e



Line 5, column 25: document type does not allow element "DIV" here

<div id=d3 class=divestud>Las funciones del Directorio y la Dirección de Operac



Y muchos mas errores. Porque? Como puedo solucionarlo amigos?