In HTML, you can create tables for your website using the <table> tag in conjunction with the <tr>, <td> and <th> tags.
The HTML tables allow displaying the data (e.g. image, text, link) in columns and rows of cells. Table rows can be grouped into a head, foot, and body sections through the <thead>, <tfoot> and <tbody> elements, respectively.
Task
Look at the code below and see what it does? And then can you:
Ask 5 more food items to the table?
Change the dashed table outline to a solid line and size 1px .
Center the heading Joes SanckShack to be in the center