To convert a hyperlink to regular text, right-click the hyperlink and then click ____ on the shortcut menu.
A. Edit Hyperlink
B. Select Hyperlink
C. Convert Hyperlink
D. Remove Hyperlink
Answer: D
Computer Science & Information Technology
You might also like to view...
What is the value in count after the following loop is executed?
``` int count = 0; do { System.out.println("Welcome to Java"); } while (count++ < 9); System.out.println(count); ``` a. 8 b. 9 c. 10 d. 11 e. 0
Computer Science & Information Technology
Which of the following is not a border property?
a) width b) style c) shape d) color
Computer Science & Information Technology
A(n) _______ object is used to represent a color in Ogre.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A drop cap can be positioned as Dropped or _____________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology