Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/02/2009, 11:29
ssclamp
 
Fecha de Ingreso: octubre-2004
Mensajes: 289
Antigüedad: 19 años, 6 meses
Puntos: 10
Respuesta: caracter extraño que se genera en la cabecera de página

arcanisgk, eso no es del todo cierto, sólo lo es si el head está bien construido, pero si el head tiene algún error, sí se dibuja en el browser. Mira el siguiente ejemplo y verás que las tres equis escritas dentro del head sí salen en el navegador.

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>xxx
<title>titulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />

<title>titulo</title>
</head>

<body>

</body>

</html> 
Saludos