<%@Page
Language="VB" Debug+"True" %>
<HTML>
<Head>
<body>
<title>Hello and Welcome Page</title>
</Head>
<body>
<center>
<% Dim TextSize As Integer %>
<% For TextSize = 1 to 7 %>
<font size = <%=TextSize%>>
Hello and Welcome!<br>
</font>
<% Next %>
</center>
</body>
</html>