Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/04/2008, 16:21
Cenfer
 
Fecha de Ingreso: febrero-2007
Mensajes: 85
Antigüedad: 17 años, 2 meses
Puntos: 0
Tengo el código bien?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>hola .</title>

</head>

<body>

</body>

</html>

Estoy trabajando en xhtml stric 1.0, al poner un br <br /> no me lo acepta dentro de body, es porque tiene que ir definido dentro del css?, si el idioma de la web el castellano en <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> seria <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//ES" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">?

Me dejo algo más?

Se tiene que poner espacio <br/> <br /> o no hace falta?