html-links Flashcards

1
Q

What HTML tag is used to link to another website?

A

The <a> anchor tag is used to link to another website. It holds the attribute href which carries the target link as it’s value. </a>

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

What is an absolute URL?

A

A URL is a Uniform Resource locator. More specifically, an absolute URL is what is used when linking the user to a different website. It can take you ANYWHERE on the web. Absolute URLs start with the domain name of the site followed by the path to a specific page.

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

What is a relative URL?

A

A URL is a Uniform Resource Locator. More specifically, a relative URL is what you use when linking to another page on the same site. This type of URL does not require a domain name

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

What is the internet?

How does the internet work?

A

The internet is a global network of computers that are connected somehow. Every computer on the public internet has an IP address

  1. Your browser needs to know what a domain name means. A DNS lookup is performed to translate the domain name to an IP address.
  2. The browser then opens a TCP connection to the computer at the IP address.
  3. The browser then sends an HTTP request to the computer at the IP Address.
  4. Lastly, the browser receives a response from the computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly