All the following are part of a document theme in Word, EXCEPT:
A) Effects. B) Colors. C) Style Set. D) Fonts.
C
Computer Science & Information Technology
You might also like to view...
Given the following code, what is the correct statement to insert the string str2 into str1, directly after the 'd'?
string str1="abcdefg"; string str2="ABCDE"; a. str1.insert(4,str2); b. str2.insert(4,str1); c. insert(str1,4)=str2; d. insert(str2,4)=str1;
Computer Science & Information Technology
Organizations that handle and document incidents may be less likely to have repeat occurrences.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology