<%@ LANGUAGE = "JSCRIPT" %> <html> <head> <title></title> </head> <body bgcolor="eadfdf"> <% for (var i = 1; i < 8; i ++) { %> <font face="verdana, arial, helvetica" SIZE="<%Response.Write(i)%>"> <p>Hello World!<br> </font> <% } %> </p> </body> </html>