Exam 2: Creating Links

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Links can be established only to HTML files.

(True/False)
4.8/5
(32)

An element that is used for creating links is called a(n)____.

(Multiple Choice)
4.8/5
(38)

Linked text is by default ____.

(Multiple Choice)
4.7/5
(28)

Discuss the importance of consistent naming conventions for images and files.

(Essay)
4.9/5
(32)

Having used the id attribute to identify the content of a section element,be sure to include the ____ character to the left of the reference to that section id.

(Multiple Choice)
4.9/5
(39)

The ____________________ refers to Web sites by file server names rather than IP addresses.

(Short Answer)
4.9/5
(35)

To link a Web page to a JavaScript file,you add the ____ element.

(Multiple Choice)
4.9/5
(41)

A filename must be specified in a URL.

(True/False)
4.8/5
(34)

Case 2-2 Max recently came back from Australia,where he developed a Web site about Australian animals.He used the following image to create the code for an image map,shown below the picture.When he tested the code in a browser,he discovered that the code does not work properly.He asked his brother Ethan to help him fix the code.Ethan asked him several questions in order to help him.(Note: The image size is 420 x 280 pixels. ) Case 2-2 Max recently came back from Australia,where he developed a Web site about Australian animals.He used the following image to create the code for an image map,shown below the picture.When he tested the code in a browser,he discovered that the code does not work properly.He asked his brother Ethan to help him fix the code.Ethan asked him several questions in order to help him.(Note: The image size is 420 x 280 pixels. )    <p><map imagename=Australia> <area shape=rect coords=20,20,230,160 href=parrots.htm alt=Australian Parrots title=Australian Parrots Page /> <area shape=rect coords=100,20,440,160 href=penguins.htm alt=Australian Penguins title=Australian Penguins /> <area shape=poly coords=20,160,230,300 href=kangaroos.htm alt=Australian Kangaroos title=Australian Kangaroos /> <area shape=rect coords=230,160,440,300 href=koalas.htm alt=Australian Koalas title=Australian Koalas /> </p> -Ethan discovered that the values for one of the four coords attributes is incorrect,so the areas of the image are overlapped.Which one needs to be corrected? <p><map imagename="Australia"> <area shape="rect" coords="20,20,230,160" href="parrots.htm" alt="Australian Parrots" title="Australian Parrots Page" /> <area shape="rect" coords="100,20,440,160" href="penguins.htm" alt="Australian Penguins" title="Australian Penguins" /> <area shape="poly" coords="20,160,230,300" href="kangaroos.htm" alt="Australian Kangaroos" title="Australian Kangaroos" /> <area shape="rect" coords="230,160,440,300" href="koalas.htm" alt="Australian Koalas" title="Australian Koalas" /> </p> -Ethan discovered that the values for one of the four coords attributes is incorrect,so the areas of the image are overlapped.Which one needs to be corrected?

(Multiple Choice)
4.8/5
(39)

To insert the pipe character from the keyboard,hold down the ____ key and press the key directly above the Enter key and below the Backspace key.

(Multiple Choice)
4.8/5
(35)

Large images on a Web page can make the content cluttered and unusable.A(n)____________________ image enables the developer to organize the content better.

(Short Answer)
4.8/5
(37)

The ____________________ attribute of the <area> tag takes one of three values: rect,circle,or poly.

(Short Answer)
4.8/5
(35)

The ____ element contains all the code in an image map.

(Multiple Choice)
4.8/5
(42)

For users without high-speed connections,larger images can take a long time to download if ____ are not used.

(Multiple Choice)
4.9/5
(32)

A(n) anchorelement is used for links.____________________

(True/False)
4.9/5
(38)

Links to sections are known as ____ links.

(Multiple Choice)
4.9/5
(40)

Height and width attributes are used to create a rectangle area for an image map.

(True/False)
4.9/5
(38)

The ____________________ protocol is used to create an email link.

(Short Answer)
4.8/5
(39)

Internet addresses are composed of a series of four numbers separated by periods.

(True/False)
4.9/5
(39)

Identify the letter of the choice that best matches the phrase or definition. -The container for all the code in an image map

(Multiple Choice)
4.8/5
(32)
Showing 41 - 60 of 150
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)