| A | B |
| anchor tag | creates anchors for links to other web pages or email addresses |
| test-decoration property | allows text to be "decorated" with one of five possible values |
| email link | when clicked it automatically opens the computer's default email program to send an email to the specified address |
| mailto | lets the browser recognize the link is for an email address |
| path | describes the location where files can be found |
| root | beginning location of a drive |
| absolute path | specifies the exact address for a file start with the root |
| relative path | specifies the location of a file relative to the location of the file that is currently in use |
| logical style tags | allow a user to interpret the tag based on browser settings |
| physical style tags | specify a particular font change that is interpreted strictly by all browsers |
| selector | what will be receiving the formatting in CSS; it can be an element; class; or id |
| declaration | sets the formatting options for the selector in CSS and is made up of a property and value for that property |
| psuedo-class | is attached to a selector with a colon to specify a state or relatino t othe selector |
| target | a named location in the same file |
| class | a way to define specific elements of an HTML file into a category you create |
| floating | allows you to move an element to the side; allowing other elements to to move up and wrap around that element |