In a browser, to view a ScreenTip for a hyperlink, you must:

A) point to the hyperlink.
B) open the Insert Hyperlink dialog box.
C) click the hyperlink.
D) open the HTML file with Word.


A

Computer Science & Information Technology

You might also like to view...

An instructor has a classroom with 5 rows of seats and 8 seats in each row. She wants to use an array to represent hold the students’ names as they are seated in the classroom. Which of the following is a possible correct declaration?

a) int rows = 5; int seats_per_row = 8; string plan [rows - 1] [seats_per_row - 1]; b) const int rows = 5; const int seats_per_row = 8; string plan [rows, seats_per_row]; c) int rows = 5; int seats_per_row = 8; string plan [rows] [seats_per_row]; d) const int rows = 5; const int seats_per_row = 8; string plan [rows] [seats_per_row];

Computer Science & Information Technology

Which term refers to undoing changes to a database?

a. uncommit b. reverse c. rollback d. undo

Computer Science & Information Technology

The selection attribute and its value of multiple allow a user to select several items in a selection list.

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

Computer Science & Information Technology

In SharePoint, a(n) ________ list is used to inform your site users about upcoming events, news, or activities

Fill in the blank(s) with correct word

Computer Science & Information Technology