wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Hyperlinks

Total questions: 20

Worksheet time: 16mins

Name
Class
Date
1.
A link that jumps to another section of the current web page.
a)
Internal Link
b)
External Link
c)
Partially Qualified URL/Relative URL
d)
Fully Qualified URL/Absolute URL
2.
A link to a webpage on another website located on a different server.
a)
Internal link
b)
External link
c)
Partially qualified URL/Relative URL
d)
Local link
3.
A URL that assumes the current documents path. 
a)
Partially qualified URL/Relative URL
b)
Fully Qualified URL/Absolute URL
c)
Internal link
d)
External link
4.
A URL that contains a full path to a resource, including the protocol indicator.
a)
Local link
b)
Partially qualified URL/Relative URL
c)
External link
d)
Fully Qualified URL/Absolute URL
5.
A link to a webpage on the same hard drive.
a)
Local link
b)
Partially qualified URL/Relative URL
c)
Fully Qualified URL/Absolute URL
d)
thing-a-ma-bobber
6.
Consider the following anchor element:
<a href="http://www.habitat.org">Habitat</a>
In this example, to what does "Habitat" refer? 
a)
The section of your Web page to which the destination page is linked
b)
The target of your hyperlink
c)
The page text that will be affected by the anchor element
d)
The page text that will display when you access the destination Web page via the anchor element
7.
When you create an internal hyperlink with the anchor element, which attribute should you use to define the area of the Web page to which the hyperlink will link?
a)
The link attribute
b)
The id attribute
c)
The img attribute
d)
The href attribute
8.
What occurs when a reference page is moved or deleted, or if page content is changed and all anchors are renamed or lost? 
a)
All successive Web page text becomes a hyperlink.
b)
All hyperlinks that link to that page continue to function.
c)
All hyperlinks that link to that page become invalid.
d)
The text or images to which the hyperlink refer disappear.
9.
Which of the following do you use to create a hyperlink in an HTML document?
a)
The <html> element
b)
The <hr> element
c)
The <img> element
d)
The <a> element
10.

Consider the following anchor element:

<a href="http://www.habitat.org">Habitat</a>

In this example, to what does "http://www.habitat.org" refer?

a)

The external website that the hyperlink is referring to.

b)

Don't choose this one!!

c)

The page text that will display when you access the destination Web page via the anchor element

d)

The page text that will be affected by the anchor element

11.

When developing your own Web pages, when should you use an internal hyperlink?

a)

To link a file on your local system to another file on your local system

b)

To create a link from a graphic image to a separate file on the Internet

c)

To reference another area within the same Web page

d)

To link a Web page file to a separate file on the Internet

12.
What is the default appearance of hyperlinks in the browser?
a)
Italic and purple
b)
Blue and underlined
c)
Bold and Italic
d)
Purple and underlined
13.
When you create an internal hyperlink, you create the link that points to the bookmark using the anchor tag with which attribute?
a)
The id attribute
b)
The img attribute
c)
The href attribute
d)
The link attribute
14.
You should create external hyperlinks only after:
a)
identifying the internal bookmarks that the links will reference.
b)
obtaining permission from the owner of the site to which you want to link.
c)
ensuring that your Web site directory structure will persist on the Web server in which it resides.
d)
determining the directory structure of your Web site on your local system.
15.
Cameron wants to use a partial url to link his pages together. Which of the following code demonstrates this?
a)
<a href="c:\documents\johnsmith\home\index.html">Home </a>
b)
<a href="http://www.google.com">Home </a>
c)
<a href="index.html">Home </a>
d)
<a href="ftp://ftp.someserver.com/index.html">Home </a>
16.
Your boss wants to provide links to forms on the company's file server to the company's intranet site. Your company's intranet site is not able to link to the company's file server for security reasons. You know that you will need to upload the forms to web server that hosts the company's intranet site. What else should you do?
a)
Create local absolute links to the files.
b)
Create external relative links to the files.
c)
Create local relative links to the files.
d)
Create external absolute links to the files.
17.

How can I make this hyperlink text say PICTURES?


<a href="pictures.html"> LIST </a>

a)

change "pictures.html" to "PICTURES"

b)

change LIST to PICTURES

c)

change href to img

18.

What is missing from this hyperlink tag?


<a="pictures.html"> PICTURES </a>

a)

href

b)

img src

c)

<p>

d)

alt

19.

Which is the correct version of this hyperlink tag?


<href"pictures"> PICTURES <a>

a)

<a href="pictures.html"> PICTURES </a>

b)

<a herf="pictures.html"> PICTURES </a>

c)

<a href="pictures.html> PICTURES </a>

d)

<a href="pictures.html"> PICTURES <a>

20.

How does a hyperlink tag END?

a)

<a href=

b)

.html

c)

</a>

d)

a