The bgcolor and width attributes can also be used in the table tag, the table row tag or the table data tags. When there is no width, the table is sized to fit the contents.
Each table row begins with the <tr> tag and ends with the </tr> tag.
The table will not work right unless you end the set of table code with </table>
Which looks like this:
| fruit | vegetable | grain |
| apple | carrot | wheat |
| pear | tomato | barley |