Tema: head y body
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/01/2010, 10:50
flashtkd
 
Fecha de Ingreso: agosto-2008
Mensajes: 587
Antigüedad: 16 años, 3 meses
Puntos: 6
head y body

existe alguna diferencia en insertar codigo script javascript en head o body ??

<head>
<script> -- tu codigo -- </script>
</head>

<body>
<script> -- tu codigo -- </script>
</body>