A loop executes the body of the loop
<html> <head> <title>Using Views</title> </head> <body> <br> <% 3.times do %> Yes! <br><p>line</p> <% end %> </body> </html>