Counting to three:
<% for (int i=1; i<4; i++) { %>
This number is <%= i %>.
<% } %>
OK.
    
        Name: 
        Deceased? 
    
Counting to three:
<% for (int i=1; i<4; i++) { %>
This number is <%= i %>.
<% } %>
OK.
    
        Name: 
        Deceased?