The item in the accompanying figure is the Toggle text ____ tool.





a. resolution

b. orientation

c. spectrum

d. aspect ratio






B. orientation

Computer Science & Information Technology

You might also like to view...

What is displayed by the C statements that follow if the value input is 2?

``` scanf("%d", &ctl); switch (ctl) { case 0: case 1: printf("red "); case 2: printf("blue "); case 3: printf("green "); case 4: printf("yellow"); } printf("\n"); ``` a. red b. blue c. green d. yellow e. blue green yellow

Computer Science & Information Technology

Elastic layouts use pixels as the unit for div and text styles.

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

Computer Science & Information Technology

The mail() function returns a value of TRUE if the message was sent successfully and FALSE if it was not.

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

Computer Science & Information Technology

Pressing the _____ key as you type a list automatically displays the next list number, letter, or bullet.

A. Enter B. Tab C. Shift D. Ctrl + Tab

Computer Science & Information Technology