The default alignment of text for the Normal template is:
A) Right.
B) Left.
C) Justify.
D) Center.
B
Computer Science & Information Technology
You might also like to view...
What domain contains the architecture analysis, code review, and security testing practices?
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is the output from the following?
``` >>> a = 3 >>> b = -5 >>> a = b >>> b = 22 >>> x = a * b >>> print x ```
Computer Science & Information Technology