When you generate a table of contents, the same font formatting used in the headings is applied to the table of contents entries. What's the best way to apply different font formatting?

What will be an ideal response?


In the Table of Contents dialog box, specify different paragraph
styles for each level of the table of contents. Use the Paragraph
Styles panel to edit those styles.

Computer Science & Information Technology

You might also like to view...

You should place all script elements that reference external files in the document head.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Write a program to play the rock-paper-scissor game. Each of two users types in either P, R, or S. The program then announces the winner as well as the basis for determining the winner: paper covers rock, rock breaks scissors, scissors cuts paper, or nobody wins. Your program should allow the users to use lowercase as well as uppercase letters.

This project is a relatively simple program with a large number of if-else statements inside a loop.

Computer Science & Information Technology

What data type should be used when keeping track of a name?

A. number B. character C. array D. string

Computer Science & Information Technology

State whether each of the following is true or false. If false, explain why.

1) Structures may contain only one data type. 2) Members of different structures must have unique names. 3) Keyword typedef is used to define new data types. 4) Structures are always passed to functions by reference.

Computer Science & Information Technology