![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/12/2008, 11:31
|
| | Fecha de Ingreso: diciembre-2008 Ubicación: Cordoba
Mensajes: 127
Antigüedad: 16 años, 2 meses Puntos: 17 | |
Respuesta: Validacion W3C en mi web ... fatal. te recomiento que guardes esto como plantilla para q uses en todos tus proyectos esto es lo mas correcto.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es" xml:lang="es-es">
<head>
<title>...TuTitulodePagina...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Keywords" content="xxxx" />
<meta name="Description" content="xxxx" />
<meta name="Author" content="xxx" />
<meta name="Subject" content="xxxx" />
<meta name="Language" content="idioma" />
<meta name="Robots" content="index, follow" />
</head> |