Reference
Put down that phone! Please view me on real computer.
Creating a table row.
TROW TCELL PRINT "Table cell 1" END TCELL TCELL PRINT "Table cell 2" END TCELL END TROW
<tr> <td> <span>Table cell 1</span> </td> <td> <span>Table cell 2</span> </td> </tr>