1. This is an html tag. It'd used to define the start and end of a table.
  2. This is an html tag. It's use to define rows within the table.
  3. This is an html tag. It's used to create headers within the table.
  4. This is an html tag. It's used to create the cells within the table rows
  5. This an html tag. It puts a caption at the top of the table
  6. This is a CSS tag. It's used to select the first instance of a certain element to enact styles upon.
  7. This is a CSS tag. It is used to select the first "child" within a set of "parent" tags to enact CSS styles upon.
  8. This is a CSS tag. It's used to select the last instance of a certain element to enact styles upon.
  9. This is a CSS tag. It is used to select the last "child" within a set of "parent" tags to enact CSS styles upon.
  10. This is a CSS tag. It's used to select a specific instance of a certain element to enact styles upon.