canvas width="600" height="400" /canvas
scrip function dibujarcuadrado(x,y,color) var pantalla = document.queryselect("canvas"); var pincel=pantalla.getcontext ("2d"); pincel.fillstyle=color, pincel.fillrect(x,y,50,50); pincel.strokestyle="black"; pincel.strokerect(x,y,50,50);
var x = 0 ;
while(x 600)dibujarcuadrado(x,0 " red") ;
dibujarcaudrado(x ,50 , "yelllow " ) ;
dibujarcaudrado(x;100;"green " ) ;
x - x + 50 ;
/
for (var x =0; x 600; x - x + 50 )
dibujarcuadrado(x,0 " red") ;
dibujarcuadrado(x,50, " yellow");
dibujarcuadrado(x,100 , "green " ) ;
scrip