Cita:
Iniciado por sirdaiz
Si te das cuenta en la linea 6 tengo lo que comentas
Q errores de html ves?
Saludos
en la linea 6 tenés esto
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
que es correcto
en la 7 tenes esto
<!--[if (gt IE 9)|!(IE)]><!-->
que es incorrecto por falta del
endif
luego, si querés analizar
Result: 14 errors / 4 warnings
Info: W3c Online Validation
line 11 column 58 - Error: Bad value X-UA-Compatible for attribute http-equiv on element meta.
line 12 column 58 - Error: Bad value X-UA-Compatible for attribute http-equiv on element meta.
line 48 column 44 - Error: Bad value layout for attribute name on element meta: Keyword layout is not registered.
line 52 column 27 - Warning: Element name r:layoutresources cannot be represented as XML 1.0.
line 52 column 27 - Error: Element r:layoutresources not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
line 60 column 15 - Error: Stray end tag head.
line 61 column 14 - Error: An body start tag seen but an element of the same type was already open.
line 67 column 67 - Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
line 72 column 55 - Error: The align attribute on the div element is obsolete. Use CSS instead.
line 97 column 150 - Error: Attribute oncomplete not allowed on element form at this point.
line 131 column 56 - Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
line 156 column 57 - Error: The align attribute on the div element is obsolete. Use CSS instead.
line 157 column 119 - Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
line 158 column 114 - Error: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
line 164 column 31 - Warning: Element name r:layoutresources cannot be represented as XML 1.0.
line 164 column 31 - Error: Element r:layoutresources not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
SAludos