HTML Tables Flashcards
1
Q
What are the six primary HTML elements for creating tables?
A
table, tr, td, th, thead, tbody
2
Q
What purpose do the thead and tbody elements serve?
A
It allows developers to separate and define headers and data where typically headers for each column are placed in the thead element and any data goes into the tbody.
3
Q
Give two examples of data that would lend itself well to being displayed in a table.
A
TV guides, stocks, sales, anything needing a table