Creates a row of content inside a table tag.
<table
<tabRow {A},{B},{C}>
<tabRow 1, 2, 3 >
>
— creates a table with 2 rows and 3 columns. The top row contains A B C and the bottom row contains 1 2 3.
A list of values and/or presentation tags. Each item corresponds to a different column within the table row.