To edit or remove a hyperlink:

A) left-click it, and then select Edit Hyperlink to open the Edit Hyperlink dialog box.
B) right-click it and then select Edit Hyperlink to open the Edit Hyperlink dialog box.
C) right-click it, and then click Delete.
D) double-click it and then click Delete.


B

Computer Science & Information Technology

You might also like to view...

An Ethernet hotspot is basically a wireless local area network that provides access to guests using laptop computers or mobile devices.

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

Computer Science & Information Technology

Problems: Correcting Code ErrorsThe following sample of code contains errors. Rewrite the incorrect statements to correct all errors. An application needs to display whether or not a student has been accepted to college. The program needs to display either "Accepted" or "Not Accepted." A student must have an SAT score of 1750 or higher and a GPA of 3.3 or higher. Rewrite the following If statement to correct all errors:If intSAT <= 1750 OrElse decGPA >= 3.3 Then     lblMessage.Text = "Not Accepted"Else     lblMessage.Text = "Accepted"End If

What will be an ideal response?

Computer Science & Information Technology

Explain how the ribbon is organized.

What will be an ideal response?

Computer Science & Information Technology

How is trust defined?

What will be an ideal response?

Computer Science & Information Technology