Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/07/2007, 17:32
Avatar de manumaf
manumaf
 
Fecha de Ingreso: mayo-2007
Ubicación: Argentina
Mensajes: 854
Antigüedad: 16 años, 11 meses
Puntos: 6
Para que sireve esto erriba del <html>

Miren ami no me gusta quedarme con la duda de algunas cosas asi que pregunto aca

como ya muchos saben el codigo html basico es
<html>

<head>
</head>

<body>
</body>

<html>

Pero en dramweaver aparse asi

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
</body>
</html>



Para que es eso?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

jgracias desde ya al que me responda