Hola. ¿Sabeis porque me puede dar estos errores la validación del html?
Line 11, Column 43: Bad value Origen for attribute name on element meta: Keyword origen is not registered.
<meta name="Origen" content="igblasa.com">
Syntax of metadata name:
A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
Error Line 12, Column 48: Bad value Locality for attribute name on element meta: Keyword locality is not registered.
<meta name="Locality" content="Madrid, España">
Syntax of metadata name:
A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
Error Line 13, Column 36: Bad value Language for attribute name on element meta: Keyword language is not registered.
<meta name="Language" content="es">
Syntax of metadata name:
A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.