<META NAME="Description" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META NAME="Title" CONTENT="Instituto aernautico"> <META NAME="Author" CONTENT="Ing Josue E. Basurto Nieto"> <META NAME="Subject" CONTENT="Escuela de Aviacion "> <META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="ES"> <META NAME="Abstract" CONTENT="Escuela de aviacion"> <META NAME="Copyright" CONTENT="© Instituto Aernautico"> <META NAME="Designer" CONTENT="Ana Cecilia Cota Espero"> <META NAME="Publisher" CONTENT="CN System Corp"> <META NAME="Revisit-After" CONTENT="1 Days"> <META NAME="Rating" CONTENT="general"> <META NAME="Distribution" CONTENT="Global"> <META NAME="Robots" CONTENT="all,index,follow"> <META HTTP-EQUIV="VW96.OBJECT TYPE" CONTENT="homepage">Y nada mas... ahora si, nadamas tenemos que hacer una inclusion de este codigo en un archivo que queramos, por ejemplo en nuestro index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <?php include('_title.php'); ?> <link href="/styles/final.css" rel="stylesheet" type="text/css" /> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <?php include('_metas.php'); ?> <?php include('_javascript.php'); ?> <?php include('_styles.php'); ?> <?php include('_title.php'); ?> </head><body> </body> </html>Y como pueden ver pues se puede incluir mas codigo que lo hagamos generico para todo el sitio. Taiben se puede hacer por funciones, o clases y eso, pero eso despues se los platico. EXITO!
Recuerdo que las TAGS tienen que estar en minúsculas y terminar en /> si se van a usar en un documento XHTML 1.0 Strict.