Recognizing Types of Links





Coding

Hawkeye Community College
My Page

I chose a relative link since it was quicker to type out.


My Page

As far as I can tell there is no difference on the user's side

  1. < Table > is used to create a table
  2. < tr > is used for table rows
  3. < th > is used for the table header
  4. < td > you use this to put data in the cells of the table
  5. < caption > puts a caption on the table
  6. :first-of-type applies the rule to the first element of its type
  7. :first-child applies the rule to the first element of its group
  8. :last-of-type is for the last element of its type
  9. :last-child applies the rule to the last element of its group
  10. :nth-of-type is used for its position in its group