html-tables Flashcards
(3 cards)
What are the six primary HTML elements for creating tables?
Table, TR-Table row, TD-Table data, TH - Table heading, thead, tbody, tfoot
What purpose do the thead and tbody elements serve?
thead - heading of table is stored inside this element
tbody - Body of the table is stored inside these element.
Browsers can use these elements to enable scrolling of the table body independently of the header and footer.
Give two examples of data that would lend itself well to being displayed in a table
Calendar, Timetable, Stock