<!DOCTYPE HTML> <html> <body> <script type="text/vbscript"> For i = 0 To 5 document.write("The number is " & i & "<br>") Next </script> </body> </html>