NEW
Font size
WorksheetsHTML Hyperlinks
Total questions: 20
Worksheet time: 16mins
<a href="http://www.habitat.org">Habitat</a>
In this example, to what does "Habitat" refer?
Consider the following anchor element:
<a href="http://www.habitat.org">Habitat</a>
In this example, to what does "http://www.habitat.org" refer?
The external website that the hyperlink is referring to.
Don't choose this one!!
The page text that will display when you access the destination Web page via the anchor element
The page text that will be affected by the anchor element
When developing your own Web pages, when should you use an internal hyperlink?
To link a file on your local system to another file on your local system
To create a link from a graphic image to a separate file on the Internet
To reference another area within the same Web page
To link a Web page file to a separate file on the Internet
How can I make this hyperlink text say PICTURES?
<a href="pictures.html"> LIST </a>
change "pictures.html" to "PICTURES"
change LIST to PICTURES
change href to img
What is missing from this hyperlink tag?
<a="pictures.html"> PICTURES </a>
href
img src
<p>
alt
Which is the correct version of this hyperlink tag?
<href"pictures"> PICTURES <a>
<a href="pictures.html"> PICTURES </a>
<a herf="pictures.html"> PICTURES </a>
<a href="pictures.html> PICTURES </a>
<a href="pictures.html"> PICTURES <a>
How does a hyperlink tag END?
<a href=
.html
</a>
a
