<!DOCTYPE html>
<html>
<body>
<%
For i = 0 To 5
response.write("The number is " & i & "<br>")
Next
%>
</body>
</html>