____ are internal links within the current document and can be an effective tool for helping users navigate through a long Web page.

A. Ids
B. Bookmarks
C. Anchors
D. References


Answer: B

Computer Science & Information Technology

You might also like to view...

What does the term hardware refer to?

a. The relative difficulty of writing computer programs b. The physical components that make up a computer c. The way a computer's storage space is organized d. The logical flow of instructions e. None of these

Computer Science & Information Technology

A __________ is a boolean variable that signals when some condition exists in the program.

a. sentinel b. flag c. block d. case

Computer Science & Information Technology

The items marked 2 in the accompanying figure are the ____ markers.

A. onion skin B. baseline C. Timeline D. index

Computer Science & Information Technology

Information stored on a hard drive consists of programs and data. The proportion of data storage space to program storage space is 10:1. If the total storage space is 22 megabytes, how much will be allocated to programs and how much to data?

Let p= space for programs in MB Let d= space for data in MB Proportion of data to programs is d I p= 10 / 1 Total space for both data and programs is 22 MB Express data in terms of total and program space: Then: (22 —p) I p = 10 / 1 (22 —p)=10p 22 = 10p + 1p 22 = 1 1p p=22/11 p=2 MB d= 22 —p Find data: d= 22 —p d=20 MB

Computer Science & Information Technology