iframes are used to embed things such as websites or videos into your webpage
Here's an example of an embeded video using an iframe Tag
You can also embed another webpage. Here's an example shows by w3schools
Tables allow for data to be organized into both rows and columns. Let's say that we want to list our favorite foods. We start with the table tag and use th, tr and td to specify table headers, table row and table data
Food that I like | |||
---|---|---|---|
Row #1 | Pizza | Ice Cream | Tacos |
Row #2 | Popcorn | BBQ Chicken |