Recognizing Types of Links
- Absolute link: This type of link is a complete path that always includes the protocol.
- Relative link: This type of link is in relation to the current file to the linked file.
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
- < Table > is used to create a table
- < tr > is used for table rows
- < th > is used for the table header
- < td > you use this to put data in the cells of the table
- < caption > puts a caption on the table
- :first-of-type applies the rule to the first element of its type
- :first-child applies the rule to the first element of its group
- :last-of-type is for the last element of its type
- :last-child applies the rule to the last element of its group
- :nth-of-type is used for its position in its group