# Introduction In this challenge, we will use the `out` object and a loop to output a triangle with 10 rows. The objective is to create a JSP page that utilizes the `out` object and a `for` loop to print a triangle pattern, with each row separated by a line break tag.
Click the virtual machine below to start practicing