for (i=0; i<10; i++) { for (k=0; k<10; k++ ) { document.write("<span style='color:orange'> * </span>"); } document.write("<br />"); }