HTML-Links Flashcards
1
Q
What HTML tag is used to link to another website?
A
The <a> tag is used for hyper links and can be used to move around documents and to other websites</a>
2
Q
What is an absolute URL?
A
A URL that contains all the information necessary to locate a resource
mainly used for linking to other websites
3
Q
What is a relative URL?
A
Shorthand versions of absolute URLs because the domain name is not needed
mainly used for linking in between the same site