<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
#1 (permalink) |
![]() |
Por que poner <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
|
|
|
|
#4 (permalink) |
![]() Fecha de Ingreso: diciembre-2007
Mensajes: 973
|
Respuesta: Por que poner <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ?
Debes usar el doctype que se adecúe al contenido de tu página.
Es probable que estes utilizando uno inadecuado. Puedes probar a usar el siguiente: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Más información aquí: Document Type Declaration |
|
|
|