Lesson 1: Creating a Data Table Video Tutorials
The following videos explain the coding behind a table in html.
Tables #1:
<table>, <tr>, <th>, and <td>
Tables 1a: Selecting Code
Since you tend to copy/paste coding when making tables, it's helpful to know how to select it easily.
Tables #2 <thead>, <tbody>, and <tfoot>
Adding sections to your table for screen readers
Note: tfoot is not used in your table for your portfolio, but is a useful tag for defining information in your table.
Tables #3 colspan and rowspan
Attributes for merging cells
Again, these last attributes are not used in the table for your portfolio. I just wanted to make sure you saw how to merge your cells if needed.