When the body of a document is active, the footer or header text is ________

A) bolded B) dark blue C) dimmed D) underlined

C

Computer Science & Information Technology

You might also like to view...

What is the effect of the statement gr.DrawString("ello" Me.Font, Brushes.Blue, 50, 60)?

(A) Display the word Hello in blue. (B) Display the word Hello beginning 50 pixels from the left side of the picture box. (C) Display the word Hello with the top of the word 60 pixels from the top of the picture box. (D) All of the above

Computer Science & Information Technology

Which of the following is not possible?

a. A class that implements two interfaces. b. A class that inherits from two classes. c. A class that inherits from one class, and implements an interface. d. All of the above are possible.

Computer Science & Information Technology