Loo,k at the data and decide how many items you want in each row. You then can set the values for your loop. For each iteration of the loop: 1. Emit a <tr> element. 2. Emit a <td> followed by the first data item, followed by </td> 3. Repeat number 2 for each remaining data item. 4. Emit a </tr> item for the end of the row.