Just as you can use a ____________________ attribute to make some text stand out from the rest, you can use contrasting elements to make certain graphic objects stand out.
Fill in the blank(s) with the appropriate word(s).
font
You might also like to view...
Given the following code fragment, and an input value of 3, what is the output that is generated?
int x; cout <<"Enter a value\n"; cin >> x; if(x=0) { cout << "x is zero\n"; } else { cout << "x is not zero\n"; } a. x is zero b. x is not zero c. unable to determine d. x is 3
Which of the following uses would be most appropriate for a mainframe computer?
A) processing insurance claims B) transactions at a clothing store C) a computer that uses specialized software to support Web pages D) design of airplanes
The System Restore utility can be started from command line using what executable?
A. msconfig.exe B. sfc.exe C. services.msc D. rstrui.exe
When a report is the current Access object, the Property Sheet button is found in the ________ group on the Design tab
A) Controls B) Grouping & Totals C) Themes D) Tools