Chapter 6 - Adding Links Flashcards
anchor element
makes linking possible
<a>…</a>
anchor element (hypertext link)
anchor structure
<a>linked content</a>
href
hypertext reference
absolute URLs
provide the full URL for the document, including the protocol, domain name, and pathname
relative URLs
describe the pathname to a file relative to the current document
external link
a link to a page you’ve found on the web going outside of your own server or site
pathname
notation used to point to a particular file or directory
site root relative
a pathname that starts at the root directory and lists the subdirectory names to the file you want to link to
root directory
the directory that contains all the directories and files for the site
fragment
a specific point in the page
fragment identifier
using the id attribute to give the target element in the document a unique name
bots
automated search programs