HTML-links Flashcards
1
Q
What HTML tag is used to link to another website?
A
<a></a>
2
Q
What is an absolute URL?
A
When you link to a different website, the value of the href attribute will be the full web address for the site, which is known as an absolute URL.
3
Q
What is a relative URL?
A
When you are linking to other pages within the same site, you do not need to specify the domain name in the URL. You can use a shorthand known as a relative URL.