Section 1

Preview this deck

Which of the following should you use on your Web pages when you want to reference pages on other Web sites.

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (25)

Section 1

(25 cards)

Which of the following should you use on your Web pages when you want to reference pages on other Web sites.

Front

External hyperlink

Back

Consider the following HTML code: <a href=http://www.habitat.org/support/default.aspx#DonateOnl ine>haditat.jpg</a>

Front

Links to an internal link to an external page

Back

Jolene needs to link to embed an image that is in a direction named "images" that is one level higher than the webpage that she is currently editing. What source code will she use?

Front

../images/picture.jpg

Back

An internal hyperlink is a link you can use to jump to another.

Front

Section of the current webpage

Back

Consider the following anchor element: <a href=http://www.heditat.org> Habitat</a> In this example, to what does http://www.habitat.org refer?

Front

The Target of the attribute

Back

What do you use to create a hyperlink in an Html document?

Front

<a> </a>

Back

Which of the following assumes the current document's path so that all references are made from the document's current directory?

Front

Partial URL

Back

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?

Front

ID attribute

Back

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

Front

When you're trying to link to another part of the same page

Back

What occurs when a reference page is moved or deleted, or if page content is changed and all anchors are renamed or lost?

Front

The hyperlink stops working

Back

What is the default appearance of hyperlinks in the browser?

Front

Blue and underline

Back

By default, what occurs when a user clicks a hyperlink in a browser?

Front

It will take you to that webpage

Back

When you create an internal hyperlink, you create the link that points to the bookmark using the anchor tag with which attribute?

Front

Href

Back

Consider the following anchor element: <a href=http://ww.habitat.org>Habitat</a> In this example, to what does "habitat" refer?

Front

The text that is affected by the anchor element

Back

Which term describes a hyperlink that links one file on your hard drive to another file on your hard drive?

Front

Local hyperlink

Back

Cameron wants to use a partial url to link his pages together. Write an example of code that demonstrates this?

Front

Could have ../ or the file name or the name of the folder (something/something else)

Back

When you upload your Web site to a Web server, the file references can remain unchanged as long as:

Front

The directory structure persists

Back

What is the term for a hyperlink you create to link one point to another in the same Web page?

Front

Internal hyperlink

Back

An absolute URL:

Front

A full path to a resource including the protocol indicator

Back

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?

Front

Create local relative links to the files

Back

You should create external hyperlinks only after:

Front

Obtaining permission from the owner of the site you want to link it to

Back

Which of the following should you use when you develop your own Web pages and want to link them to form a site.

Front

Local hyperlink

Back

Jolene needs to link to embed an image that is in a direction name "images" that is one level higher than the webpage that she is currently editing. What source code will she use?

Front

../images/picture.jpg

Back

When you create a hyperlink with the anchor element, what should you use to specify the target of the link?

Front

Href

Back

You can use automatic link-checking software to identify invalid hyperlinks. If you find invalid links, what should you do next?

Front

Delete or modify

Back