home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / hello.asp < prev    next >
Text File  |  1996-10-23  |  114b  |  10 lines

  1. <html>
  2. <body>
  3. <% for i = 3 to 7 %>
  4.  
  5. <font size=<%=i%>>Hello World</font><BR>
  6.  
  7. <% next %>
  8. </body>
  9. </html>
  10.