Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/06/2012, 02:34
Avatar de rodrigo791
rodrigo791
 
Fecha de Ingreso: noviembre-2009
Ubicación: Uruguay
Mensajes: 1.339
Antigüedad: 14 años, 5 meses
Puntos: 168
Respuesta: Rellenar el h1 y h4 con el texto de title

Código PHP:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  6.     <meta name="author" content="www.intercambiosvirtuales.org" />
  7.  
  8.     <title><?php $titulo = "TITULOOOOOO"; echo $titulo; ?></title>
  9. </head>
  10.  
  11. <body>
  12. <h1><?php echo $titulo;?></h1>
  13. <h4><?php echo $titulo;?></h4>
  14.  
  15.  
  16. </body>
  17. </html>

supongo que lo guardas como .php el archivo, no?...