Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/10/2009, 09:33
Avatar de JOSANCIN
JOSANCIN
 
Fecha de Ingreso: septiembre-2008
Ubicación: huesca
Mensajes: 298
Antigüedad: 15 años, 7 meses
Puntos: 0
porque no aparece un cuadrado azul?

Hola a todos

Escribo el siguiente codigo:

<html>
<head>

<style>
BODY {BACKGROUND-COLOR:yellow ; font-size:1em;}
div {width:200px; height:300px, background-color:blue;}
</style>


<title>
PRUEBA
</title>
</head>

<body>

<div>
hola hola
</div>

</body>

</html>

querria saber porque no aparece un cuadrado azuel en pantalla

Gracias a todos y que vaya bien
J