10/10/2004, 21:09
|
| | | Fecha de Ingreso: septiembre-2004 Ubicación: Venezuela
Mensajes: 1.231
Antigüedad: 20 años, 2 meses Puntos: 5 | |
Mi cabecera actualmente esta asi:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
¿Debería quedar asi?:
<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?xml version="1.0" encoding="iso-8859-1"?>
¿O elimino el XML y lo dejo asi?:
<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
¿O asi?:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
¿O asi?:
<!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
y luego coloco: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> entre los <head> y </head> ???
Última edición por Takitei; 10/10/2004 a las 21:11 |