A style, indicated by the symbol a, that contains formatting characteristics that you apply to text, such as font name, font size, font color, bold emphasis, and so on

a. Paragraph
b. Character
c. Table

B

Computer Science & Information Technology

You might also like to view...

The line of code that will declare an array and initialize it is:

a) int list [6] = {4, 7, 8, 2, 9, 5}; b) int list [6] {4, 7, 8, 2, 9, 5}; c) int list [6] = (4, 7, 8, 2, 9, 5); d) int list [6] (4, 7, 8, 2, 9, 5);

Computer Science & Information Technology

load factor

What will be an ideal response?

Computer Science & Information Technology