Which of the following buttons should you click to open the Insert Hyperlink dialog box?

A.
B.
C.
D.


Answer: D

Computer Science & Information Technology

You might also like to view...

A class’s methods are often referred to as ______ in other object-oriented program- ming languages.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Analyze the following code.

``` public class Test { public static void main(String[] args) { int month = 09; System.out.println("month is " + month); } } ``` a. The program displays month is 09. b. The program displays month is 9. c. The program displays month is 9.0. d. The program has a syntax error, because 09 is an incorrect literal value.

Computer Science & Information Technology

In Web-based e-mail, how are messages displayed and saved?

a. As web pages b. As .rtf files c. As .txt files d. As CSS codes

Computer Science & Information Technology

In the panel in the accompanying figure, the user is setting properties for ________ Text.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology