html-links Flashcards
1
Q
What HTML tag is used to link to another website?
A
the anchor tag
2
Q
What is an absolute URL?
A
an absolute URL contains the full URL; example: http://www.something.com/xyz.html
3
Q
What is a relative URL?
A
a relative URL is a URL relative to the current domain/site; example: /xyz.html