If you point to a hyperlink in Word, the link to location appears in a ____.
A. ScreenTip
B. bookmark
C. shortcut
D. browser
Answer: A
You might also like to view...
To create a polygonal hotspot, you enter the coordinates for each ____ in the shape.
A. radius B. corner C. side D. center
You can create a SmartArt graphic in three ways._________________________
Answer the following statement true (T) or false (F)
What is the output produced by the following lines of code?
``` int value1 = 3; int value2 = 4; int result = 0; result = value1++ * value2--; System.out.println("Post increment/decrement: " + result); result = ++value1 * --value2; System.out.println("Pre increment/decrement: " + result); ```
CSS uses an order of precedence to determine which styles to apply when a selector is formatted in different sources.
Answer the following statement true (T) or false (F)