Fundamentals of HTML: Quiz 3By Yathin Babu / June 14, 2023 Welcome to your Fundamentals of HTML: Quiz 3 How do you create a table? Use the `table` tag. Use the `tr` tag. Use the `td` tag. Use the `th` tag. None How do you format a table? Use CSS. Use HTML attributes. Use JavaScript. Use a combination of CSS and HTML attributes. None How do you add data to a table? Use the `td` tag. Use the `tr` tag. Use the `table` tag. Use the `th` tag. None What are the two main parts of a table? Rows and columns Cells and rows Headers and cells Rows and headers None What is a table? A table is a way to organize data in rows and columns. A table is a way to create a layout for a web page. A table is a way to add images to a web page. A table is a way to add text to a web page. None Time's up