Like this! The idea is that you can set up a full HTML document through a string variable.
I'm not an expert in HTML, so I grabbed Dreamweaver, created a simple table for the rank and copied its code.
Inside of Construct 2, I divided the process in 3 parts:
1 - The main part of the document (title, font, background color, and so on), before the loop.
2 - Inside the loop, the rows that are appended for each iteration.
3 - The end of the document's code definition, after the loop.
Here is the .capx: goo.gl/To7N3f
Please, don't mind the HTML formatting. :p