Input
Output
<table border="1"> <tr> <th>Item</th> <th>Price</th> </tr> <tr> <th>Apples</th> <td>$1.00</td> </tr> <tr> <th>Bananas</th> <td>$0.50</td> </tr> </table>