Language Basics JavaScript DHTML




for (count=1;count<16;count+=1)
{
  document.write(count+"
");
}