
25/06/2005, 15:55
|
| | Fecha de Ingreso: diciembre-2004 Ubicación: Cordoba - Argentina
Mensajes: 503
Antigüedad: 20 años, 3 meses Puntos: 1 | |
Errores de validacion...
Código:
Line 38, column 6: end tag for "div" omitted, but OMITTAG NO was specified
</body>
You may have neglected to close a tag, or perhaps you meant to "self-close" a tag; that is, ending it with "/>" instead of ">".
✉
Código:
Line 14, column 0: start tag was here
<div id="capamadre">
Código:
Line 71, column 6: end tag for element "html" which is not open
</html>
|