html-links Flashcards
1
Q
What HTML tag is used to link to another website?
A
The HTML tag that is used to link to other websites is the “a” tag with an href that contains an absolute URL.
2
Q
What is an absolute URL?
A
An absolute URL is the URL of a website which uses its domain name and begins with “https://www.”.
3
Q
What is a relative URL?
A
A relative URL is a link to a webpage that is located in a common directory of the home page and other pages that are associated with the website.