HTML-tables-Q&A Flashcards
1
Q
What are the six primary HTML elements for creating tables?
A
'Table' 'thead' 'tbody' 'tfoot' 'td' 'tr'
2
Q
What purpose do the thead and tbody elements serve?
A
The headings of the table should sit inside the ‘thead’ element. The body should sit inside the ‘tbody’ element.
3
Q
Give two examples of data that would lend itself well to being displayed in a table.
A
Sports stats,
Surveys