boucle pour javascript

var i=0; 
for (i=0;i<=6;i++){
document.write("Le nombre est :  " + i);
document.write("<br />");
}
Silly Sheep