If you want to merge two columns and add data to them you can use colspan attribute.
<table>
<tr>
<th>Item Name</th>
<th>Price</th>
</tr>
<tr>
<td>Item 1</td>
<td>$100</td>
</tr>
<tr>
<td>Item 2</td>
<td>$80</td>
</tr>
<tr>
<td colspan="2">Sum: $180</td>
</tr>
</table>
Respect to author, some great information .
Perfectly pent subject matter, Really enjoyed looking at.
Hey there! This is my 1st comment here so I just wanted to give a quick shout out and tell you I truly enjoy reading your posts. Can you suggest any other blogs/websites/forums that deal with the same subjects? Thanks a ton!