How would you specify a group of columns in the following code?
<table>
<tr>
<td>A</td>
<td>B</td>
</tr>
</table>
How would you specify a group of columns in the following code?
<table>
<tr>
<td>A</td>
<td>B</td>
</tr>
</table>