Guest User

Untitled

a guest
Feb 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <h1><%=name%></h1>
  2. <p><%=description%></p>
  3. <hr/>
  4. <%for(var i = 0;i<10;i++){%>
  5. <h2>The Square of <%= i %> is <%= i*i%></h2>
  6. <%}%>
Add Comment
Please, Sign In to add comment