¿Dejo estos metatags vacios o no los incluyo?, ¿que es lo mas correcto?
PD: ¿Esta estructura de un documento xhtml es correcta:?
Código HTML:
<!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" xml:lang="es"> <head> <title>Zmnews :: Panel de administracion</title> <link type="text/css" rel="stylesheet" href="estilo.css"/> <link rel="shorcut icon" href="icono.ico"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Language" content="ES"/> <meta name="description" content="Panel de administracion de zmnews"/> <meta name="keywords" content=""/> <meta name="author" content="Astut"/> <meta name="robots" content="index,follow"/> <meta name="revisit-after" content="2 days"/> </head> <body> </body> </html>