html-links Flashcards

1
Q

What HTML tag is used to link to another website?

A

<a></a>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an absolute URL?

A

An absolute URL contains all the information necessary to locate a resource. A relative URL locates a resource using an absolute URL as a starting point. In effect, the “complete URL” of the target is specified by concatenating the absolute and relative URLs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a relative URL?

A

A relative URL is a URL that only includes the path. The path is everything that comes after the domain, including the directory and slug. Because relative URLs don’t include the entire URL structure, it is assumed that when linking a relative URL, it uses the same protocol, subdomain and domain as the page it’s on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly