HTML Linking Flashcards
1
Q
Linking from the top of a site
A
site root relative
2
Q
Specific point in a page (linked to when linking to a specific place on a page)
A
Document fragement
3
Q
Identifier (id) linked to by an anchor. Identifies a specific location in a page.
A
Fragment identifier
h1 id=”H” H /h1
Linked to by a href=”#H” Go H /a
4
Q
Attribute that specifies the window a link will open in.
A
target
5
Q
Target (for a link) that forces a new window to be opened.
A
_blank
6
Q
href prefix for defining an email address
A
href=”mailto:user@someplace.mil”
7
Q
href format for enabling touch to call
A
a href=”tel:+18005551212” Call us free at (800) 555-1212 /a