Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/12/2010, 13:25
Portgaz
 
Fecha de Ingreso: diciembre-2010
Ubicación: en el fin del mundo
Mensajes: 199
Antigüedad: 13 años, 5 meses
Puntos: 3
Respuesta: Pregunta sobre el html

Cita:
Iniciado por _Adrian_ Ver Mensaje
Si el Doctype es XHTML, tienes que poner ese código. Si es HTML, sólo tienes que poner <body>.

Saludos
Entonces si uso html 4.01 este code esta bien???
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.    <title>Titulo<7title>
  4. </head>
  5.  
  6.  
  7. ...
  8.  
  9. </body>
  10. </html>