The text-shadow property requires the _____.
A. ?h-shadow value
B. ?r-shadow value
C. ?l-shadow value
D. ?v-shadow value
Ans:
A. ?h-shadow value
D. ?v-shadow value
You might also like to view...
Wrapping text in a text box can be accomplished using the:
A) Format Shape task pane. B) Format Picture task pane. C) Format Background task pane. D) Format Painter.
To display a message box window like the one in the accompanying figure, use the ____ procedure of the MessageBox class.
A. Display B. Show C. View D. Visible
Transforming data into information so that management can plan, execute, control, and evaluate activities, resources, and personnel is part of which component of an AIS?
a. the people who use the system b. the procedures and instructions used to collect, process, and store data c. the data about the organization and its business activities d. the software used to process the data
If the line:
friend class A; appears in class B, and the line: friend class B; appears in class C, then: a. Class A is a friend of class C. b. Class A can access private variables of class B. c. Class C can call class A’s private member functions. d. Class B can access class A’s private variables.