What are the six primary HTML elements for creating tables?
table, tr, td, thead, tbody, th
What purpose do the thead and tbody elements serve?
they help in distinguishing different sections of a table; also helps in styling the sections in different manners
Give two examples of data that would lend itself well to being displayed in a table.
scores, reports; statistical data