- Appear underlined
- Default color is blue
- Vlink color is purple
Back
Director (URL)
Front
(after domain name/) us
Back
mailto:
Front
Link to an email address
Back
File name (URL)
Front
(after subdirectory/) name of file
Back
Subdirectory (URL)
Front
(after directory/) password
Back
Directory
Front
A folder on a website used to org. files
Back
Absolute Address
Front
The entire file path from one file to another, starting w/http://
(the actual way to get to your school from your house)
- Linking your own file to an outside web file (include http://)
Back
Upload
Front
Transfer files from a local computer to a remote server
Back
Subdirectory
Front
A folder inside a folder
Back
Page anchor
Front
Link that lets you skip down to a particular part of a page or takes you "back to top" of page
<a name="top"> </a>
<a href="#top">Back to top</a>
Back
Hyperlinks
Front
Creates a clickable text to a link
Back
Relative Address
Front
A partial address that refers to the file path from you current file (how to get to school from your current location)
- Use to link your own files (don't need http://)