17/02/2010, 11:13
|
| | Fecha de Ingreso: mayo-2009 Ubicación: Andalucia
Mensajes: 650
Antigüedad: 15 años, 7 meses Puntos: 1 | |
Respuesta: validar html y css de w3c otro error:
document type does not allow element X here; missing one of Y start-tag
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
* Line 66, column 4: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
<li>
* Line 71, column 4: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
<li>
y aqui el mismo error traducido con google al castellano:
El elemento mencionado no se le permite aparecer en el contexto en el que usted ha colocado, los demás elementos mencionados son los únicos que están autorizados y no puede contener el elemento mencionado. Esto podría significar que se necesita un elemento que contiene, o tal vez que te has olvidado de cerrar un elemento anterior.
Una posible causa de este mensaje es que usted ha intentado poner un elemento en bloque (como "<p>" o "<table>") dentro de un elemento en línea (como "<a>", "<span> ", o" <font> ").
* Línea 66, columna 4: tipo de documento no permite li elemento "" aquí, que falta uno de los "UL", "ol", "menú", "dir" start-tag
<li>
* Línea 71, columna 4: tipo de documento no permite li elemento "" aquí, que falta uno de los "UL", "ol", "menú", "dir" start-tag
<li>
pero no entiendo que es lo que he hecho mal en mi pagina (sobre este error) |