<html><body> Hello <%print 'world!',%> <% for i in range(10): { %> <%=i%> <% } %> </body></html>
Back to List of Examples