Monday - HTML Data Tables
Today we're going to frame up the HTML for the Week 14 Coding Challenge by using tags that structure data tables. To wit, those are table, th, tr, and td - which stand for table, table header, table row, and table data, respectively.
