C779 Hyperlinks Test Questions and
Correct Answers Rated A+
What is wrong with the following code?
<a href="Click Me">http:transferfink.com</a>
The positions of the link text and the link address have been interchanged.
How do we make a basic link in HTML?
<a href="https://example.com">text to click</a>
Which address points to a different file than the others?
-"/people/index.html"
- "/people/"
- "/index/html"
- "/people"
"/index/html"
When might we use a relative URL instead of an absolute URL?
when a website might be moved from a staging server to a production server
What is a relative URL?
URL reference which does not use the full web address and
only contains the location following the domain
What is an absolute URL?
Correct Answers Rated A+
What is wrong with the following code?
<a href="Click Me">http:transferfink.com</a>
The positions of the link text and the link address have been interchanged.
How do we make a basic link in HTML?
<a href="https://example.com">text to click</a>
Which address points to a different file than the others?
-"/people/index.html"
- "/people/"
- "/index/html"
- "/people"
"/index/html"
When might we use a relative URL instead of an absolute URL?
when a website might be moved from a staging server to a production server
What is a relative URL?
URL reference which does not use the full web address and
only contains the location following the domain
What is an absolute URL?