The letter-spacing property can be used to ____.
A. make text easier to read
B. add visual interest
C. Both a and b.
D. Neither a nor b.
Answer: C
Computer Science & Information Technology
You might also like to view...
Recommended Charts is a feature that displays a customized set of charts that, according to Excel's calculations, will best fit your data based on the range of data that you select
Indicate whether the statement is true or false
Computer Science & Information Technology
What’s wrong with the following while iteration statement?
``` while (z >= 0) { sum += z; } ```
Computer Science & Information Technology