NEW
Font size
WorksheetsMS uCertify Chapter 4 Test
Total questions: 25
Worksheet time: 13mins
What occurs when a referenced page is moved or deleted, or if page content is changed and all anchors are renamed or lost?
All hyperlinks that link to that page become invalid.
All successive Web page text becomes a hyperlink.
All hyperlinks that link to that page continue to function.
The text or images to which the hyperlinks refer disappear.
In order to create an external hyperlink, you must determine:
the absolute URL, including the protocol indicator, for the Web page to which you want to link.
the absolute URL, excluding the protocol indicator, for the Web page to which you want to link.
the partial URL, including the protocol indicator, for the Web page to which you want to link.
the relative URL, including the protocol indicator, for the Web page to which you want to link.
When developing your own Web pages, when should you use an internal hyperlink?
To link a Web page file to a separate file on the Internet
To reference another area within the same Web page
To create a link from a graphic image to a separate file on the Internet
To link a file on your local system to another file on your local system
By default, what occurs when a user clicks a hyperlink in a browser?
The link's specified destination will appear.
A new browser window will open displaying the specified destination.
The destination Web site's home page will appear.
The destination Web site's default page will appear.
Which of the following assumes the current document's path so that all references are made from the document's current directory?
Partial URL
Targeted URL
Fully qualified URL
Absolute URL
Which of the following do you use to create a hyperlink in an HTML document?
The <html> tag
The <hr> element
The <img> tag
The <a> element
Which of the following should you use when you develop your own Web pages and want to link them to form a site?
External hyperlinks
Local hyperlinks
Image hyperlinks
Internal hyperlinks
Consider the following HTML code:
<a href="http://www.habitat.org/support/default.aspx#DonateOnline"> habitat.jpg </a>
What does the internal hyperlink in this example do?
It links to an internal anchor in an external file.
It bookmarks the image hyperlink on your Web page.
It links to the home page of a separate file on the Internet.
It links to an internal anchor in an internal file.
When you create an internal hyperlink, you create the link that points to the bookmark using the anchor tag with which attribute?
The href attribute
The img attribute
The id attribute
The link attribute
What is the default appearance of hyperlinks in the browser?
(think about your own experience with websites)
Italic and underlined
Blue and underlined
Purple and underlined
Bold and italic
Consider the following anchor element:
<a href="http://www.habitat.org"> Habitat </a>
In this example, to what does "Habitat" refer?
The section of your Web page to which the destination page is linked
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
The target of your hyperlink
When you upload your Web site to a Web server, the file references can remain unchanged as long as:
you used only local hyperlinks in your Web pages.
you upload all the files in one operation.
your directory structure persists.
you used no internal hyperlinks in your Web pages.
Which of the following examples uses the correct syntax for the anchor element?
<a href=http://www.habitat.org> Habitat </a>
<a href="http://www.habitat.org"/> Habitat
<a href="http://www.habitat.org"> Habitat </a>
<a href="http://www.habitat.org" Habitat </a>
When you create a hyperlink with the anchor element, which of the following should you use to specify the target of the link?
The alt attribute
The id attribute
The src attribute
The href attribute
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 page text that will be affected by the anchor element
The page text that will display when you access the destination Web page via the anchor element
The section of your Web page to which the destination page is linked
The target of the hyperlink
When you create an internal hyperlink with the anchor element, what symbol must you use in the href attribute to tell the browser to look for a target within the current document?
The slash ( / )
The hash ( # )
The ampersand ( & )
The asterisk ( * )
Which of the following should you use on your Web pages when you want to reference pages on other Web sites?
Internal hyperlinks
Image hyperlinks
External hyperlinks
Local hyperlinks
What occurs when you surround an image tag with opening and closing anchor tags?
The graphic image defined by the image tag will become the destination for a hyperlink.
The graphic image defined by the image tag will become a hyperlink.
The image tag feels loved and accepted by the surrounding anchor tags and is a much happier little image tag than before.
The graphic image defined by the image tag will not render.
When you create an internal hyperlink with the anchor element, which attribute should you use to define (or Identify) the area of the Web page to which the hyperlink will link?
The id attribute
The img attribute
The href attribute
The link attribute
You should create external hyperlinks only after: (think ethics)
determining the directory structure of your Web site on your local system.
obtaining permission from the owner of the site to which you want to link.
identifying the internal bookmarks that the links will reference.
ensuring that your Web site directory structure will persist on the Web server in which it resides.
When you create an internal hyperlink with the anchor element, what occurs if you omit the hash ( # ) from the href attribute?
The browser will look for an internal file by the name specified in the id attribute.
The browser will look for an external file by the name specified in the id attribute.
The Web page containing the internal hyperlink will not render.
The internal hyperlink will target the Web site home page rather than the area specified in the id attribute.
You can use automatic link-checking software to identify invalid hyperlinks. If you find invalid links, what should you do next?
Manually update the code to delete or modify invalid links.
Re-create the page from scratch to ensure that all code is fresh and valid.
Use the link-checking software to re-create all links in your code.
Share on Instagram how unhappy you are with your hyperlinks
