Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/01/2012, 07:26
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Pregunta W3C no valida "<header></header>"

Buenos días para todos
Tengo este estilo

"<header>Contenido...</header>"

Pero me sale este error:

Cita:
Line 69, Column 8: element "header" undefined

<header>

You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
Y así está mi .css:

Cita:
header{
height:509px;
overflow:hidden;
padding-bottom: 15px;
background-color: #FFFFFF;
}
Me indican que erro tiene para que sea válido por la W3C.

Gracias por su ayuda
__________________
Diseñador Gráfico publicitario