C779 Hyperlinks Test Questions and Correct
Answers Rated A+
What is the anchor element?
<a> defines a hyperlink
What is a fully-qualified url?
A URL that contains a full path to a resource, including the protocol indicator
What is a fully-qualified url also known as?
hard link or absolute link.
What are the four most common protocols you can specify in a hyperlink URL?
http, https, ftp, email (smtp)
What is a local hyperlink?
a link you create from one file on your local system to another file on
your local system
What is an external hyperlink?
link you create from a file on your system to a separate file on the Internet.
What is an internal hyperlink?
provides a link from one point to another on a Web page.
Navigation items are elements in an unordered list. How is the appearance of
a navigation bar created?
by using CSS; CSS can change the way that a list and other objects are presented.
Answers Rated A+
What is the anchor element?
<a> defines a hyperlink
What is a fully-qualified url?
A URL that contains a full path to a resource, including the protocol indicator
What is a fully-qualified url also known as?
hard link or absolute link.
What are the four most common protocols you can specify in a hyperlink URL?
http, https, ftp, email (smtp)
What is a local hyperlink?
a link you create from one file on your local system to another file on
your local system
What is an external hyperlink?
link you create from a file on your system to a separate file on the Internet.
What is an internal hyperlink?
provides a link from one point to another on a Web page.
Navigation items are elements in an unordered list. How is the appearance of
a navigation bar created?
by using CSS; CSS can change the way that a list and other objects are presented.