The text in the accompanying figure appears as it does because which of the following was used?

A. font-size
B. text-decoration
C. letter-spacing
D. font-variant


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements will NOT display the number 5 in the text box?

(A) txtBox.Text = 5 (B) txtBox.Text = "5" (C) txtBox.Text = CStr("5") (D) txtBox.Text = CStr(5)

Computer Science & Information Technology

Why is the find method, used by the remove and the contains operations, declared with private visibility?

What will be an ideal response?

Computer Science & Information Technology

How do you change the dimensions of the Stage and keep the contents proportional?

What will be an ideal response?

Computer Science & Information Technology

_____ is a notation to define operations.

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

Computer Science & Information Technology