A(n) ________ in Word indicates the paragraph to which a selected image is attached

Fill in the blank(s) with correct word

anchor

Computer Science & Information Technology

You might also like to view...

What will be displayed by the following program when the button is clicked?

``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim s As Double s = 0 For k As Integer = 1 To 5 If k / 2 = Int(k / 2) Then s += k End If Next txtBox.Text = CStr(s) End Sub ``` (A) 12 (B) 9 (C) 15 (D) 6

Computer Science & Information Technology

The ____________________ key demotes a level, as when you want to add bullet points.

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

Computer Science & Information Technology