Good Afternoon.
Welcome to the sample. It is now aproximately
<%=Time()%> at the server. Here are a couple of demonstrations:
Some simple text formatting done using HTML:
Hello Size 1
Hello Size 2
Hello Size 3
Hello Size 4
Hello Size 5
The same text formatting using server side code:
<%
For intCounter =1 to 5
%>
>
Hello Size <%=intCounter%>
<%Next
%>