<%@ Page Language="C#" %>

<html>

   <body>

      <% for (int i=0; i<8; i++) { %>
         <font size="<%=i%>"> Hello World! </font> <br>
      <% } %>

   </body>

</html>