_________ is formatted, decorative text in a text box.?
A. WordArt
B. SmartArt
C. TextArea
D. Textpad
Fill in the blank(s) with the appropriate word(s).
WordArt
Rationale: WordArt is formatted, decorative text in a text box. To insert a text box that has a WordArt style applied to it, use the WordArt button in the Text group on the Insert tab. See 12-7: Adding Text Effects and WordArt Text
You might also like to view...
What word(s) will appear in the list box when the button is clicked?
Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim num As Integer = 5 If num = 2 Then lstBox.Items.Add("Two") ElseIf num > 3 Then lstBox.Items.Add("Great") ElseIf num = 5 Then lstBox.Items.Add("Equal") End If End Sub``` ``` (A) Two, Great, and Equal (B) Great and Equal (C) Great (D) Equal
Which of the following sizes is the largest?
A. 24 GB B. 24 MB C. 240 MB D. 2,400 KB
Some DTDs represent older versions of ____.
A. XML B. SGML C. HTML D. XHTML
How is background color defined in a Cascaded Style Sheets (CSS) file??
A. ?@bgcolor "color"; B. ?@background="color"; C. ?background: color; D. ?background-color: color;