What are the six primary HTML elements for creating tables?
table, tr, td, th, tbody, tbody?
What purpose do the t-head and t-body elements serve?
t-head defines a set of rows defining the head of the columns in a table, t-body elements contain the the table rows to show they are in the body of the table
Give two examples of data that would lend itself well to being displayed in a table.
Sports statistics, Grades for a class