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