Select a good design recommendation for text hyperlinks.

a. create the entire sentence as a hyperlink
b. include the words “Click here” in your text
c. use a key phrase as a hyperlink
d. none of the above


c. use a key phrase as a hyperlink

Computer Science & Information Technology

You might also like to view...

If the capacity of a vector named names is 20 and the size of names is 19, which of the following statements are legal?

a. names.push_back("myName"); b. names[18]="myNmae"; c. all of the above d. none of the above

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Errors may occur when attempting to read data that is not of an appropriate type. 2. It is impossible to predict the sequence of random numbers produced by a random number generators. 3. The objective of encapsulation is to increase the transparency of how objects are implemented. 4. The public interface of a well-defined data type provides a complete set of public methods for interacting with the object while hiding the implementation details of the data type.

Computer Science & Information Technology

Critical Thinking QuestionsCase A-1Ever since the first time David lost an important document due to a power outage, he has been fanatical about saving his work. Currently, he is creating a Photoshop document for an important client, and his deadline is looming. If he lost the document now, he'd never be able to meet the deadline and he'd probably be fired. While working, David tries to remember to save the Photoshop document every five minutes. Which file format does he use?

A. .psd B. .jpeg C. .tiff D. .pict

Computer Science & Information Technology

Once you pick a text effect such as outlines, you should apply the effect to all of the text in the document

Indicate whether the statement is true or false

Computer Science & Information Technology