Expression Web includes a(n) ____ tool that can help save time. It creates a thumbnail image and automatically links it to the larger image.
A. Auto Thumbnail
B. Auto Link Thumbnail
C. Link Thumbnail
D. Small-to-Large Thumbnail
Answer: A
Computer Science & Information Technology
You might also like to view...
Which statement prints the floating-point value 123.456 right justified with a field width of 10?
a. System.out.printf("%d10.3", 123.456); b. System.out.printf("%10.3d", 123.456); c. System.out.printf("%f10.3", 123.456); d. System.out.printf("%10.3f", 123.456);
Computer Science & Information Technology
A class that is defined inside another class is called a(n) __________.
a. nested class b. enumerated class c. inner class d. helper class
Computer Science & Information Technology
A storyboard must be created using special software.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Another name for the vertical (or y) axis is the ____ axis.
A. category B. data C. value D. title
Computer Science & Information Technology