To remove a text-shadow, set the value of the text-shadow style to ____.
A. 0
B. none
C. 1
D. empty
Answer: B
Computer Science & Information Technology
You might also like to view...
Individuals working on a document create ________ to edit the various sections of a long document
A) subdocuments B) master documents C) quick styles D) indexes
Computer Science & Information Technology
If grade has the value of 60, what will the following code display?
if ( grade >= 60 ) cout << "Passed"; a. nothing. b. 60 c. Passed d. cout << "Passed";
Computer Science & Information Technology