| A | B |
| Found in nearly all Web pages. It allows users to click their way from page to page. These are specified in XHTML using the tag. | Links |
| The tag defines this. It can be used to create a link to another document, or to create a bookmark inside a document | Anchor |
| is a link where the destination path uses the full address (complete URL) to locate the web page. External links require absolute paths. | Absolute Link |
| A hyperlink that links to another website. The web page, document, or file is located outside the current sites domain. | External Link |
| is a link where the file to be linked to uses a partial address in the form of a fragment of a full directory path as it relates to (or relative to) the current document | Relative Link |
| Uniform Resource Locator. | URL |
| a hyperlink that links to another page on the same Web site. The web page, document, or file is located within the current sites domain. | Internal Link |
| is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document. | Hyperlink |