How does a document theme differ from a style?

What will be an ideal response?


A theme applies an overall design to a document, with no requirement that any text is selected. A style applies formatting characteristics to selected text or to a current paragraph.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

int x=0; while( x < 5) cout << x << endl; x ++; cout << x << endl; a. 0 b. 5 c. 4 d. unable to determine

Computer Science & Information Technology

Which of the following is a formula to search for an item in a linked list?

a. O(log n) b. O(2?) c. O(n) d. O(1)

Computer Science & Information Technology

If you want Windows Vista to only search file names and folder names and NOT file or folder properties, you should use search in ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

What type of content integrates text, graphics, video, animation, and sound?

a. Codec b. Media c. Multimedia

Computer Science & Information Technology