Hyperlinks & Directory Structure

Hyperlinks & Directory Structure

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Links

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (17)

Section 1

(17 cards)

Links

Front

- 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://)

Back

Domain name (URL)

Front

yahoo.com

Back

Subdomain name (URL)

Front

help. (domain name)

Back

<a> </a>

Front

- Defines a hyperlink - href = url - target="_blank" (new, some_ name)

Back

File name (URL)

Front

(after slash of domain name) index.html

Back

Download

Front

Transfer files from remote server to local computer

Back