You can click the ____ button in the Interactive Buttons dialog box, as shown in the accompanying figure, to open the Edit Hyperlink dialog box.
A. OK
B. Browse
C. Home
D. Close
Answer: B
You might also like to view...
Which of the following statements are true?
a. Inner classes can make programs simple and concise. b. An inner class can be declared public or private subject to the same visibility rules applied to a member of the class. c. An inner class can be declared static. A static inner class can be accessed using the outer class name. A static inner class cannot access nonstatic members of the outer class. d. An inner class supports the work of its containing outer class and is compiled into a class named OuterClassName$InnerClassName.class.
The visual representation of numbers in a(n) ________ is much easier to understand than a list of numbers in a table
A) SmartArt graphic B) video C) chart D) animation
Name the JavaScript event where the visitor presses the mouse button down over specified element.
a. onfocus b. ondblclick c. onkeypress d. onkeydown e. onmousedown
Filtering is the process of deleting records that meet specific conditions
Indicate whether the statement is true or false