Which sequence of steps would you perform to add a shadow or outline to text?

A. Click the launcher in the Font group, then select a font effect on the Font tab.
B. Click the launcher in the Font group, then select a text effect on the Advanced tab.
C. Click the Font Color list arrow, click More Colors, then select a font style on the Custom tab.
D. Click the Text Effects button, then select the desired text effect.


Answer: D

Computer Science & Information Technology

You might also like to view...

Consider the code below:

Dim a() As Integer = {99, 22, 11, 3, 11, 55, 44, 88, 2, -3} Dim result As Integer = 0 For i As Integer = 0 To a.Length - 1 If a(i) > 30 Then result += a(i) End If Next The value of variable result will be: a) 280 b) 154 c) 286 d) 332

Computer Science & Information Technology

Which cable, UTP or STP, is preferred by the industry?

What will be an ideal response?

Computer Science & Information Technology

The ___________ statement, when executed in an iteration statement, skips the remaining statements in the loop body and proceeds with the next iteration of the loop.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The text between and will appear on a web page in bold

Indicate whether the statement is true or false

Computer Science & Information Technology