Lesson 8 - HTML tables
HTML tables are created using table tags. Headings are created in the table using th tags and rows are created using the tr tags. Cells are created using td elements. Default tables See the Pen HTML table without border by Curt (@curtsahd) on CodePen.