Malik needs the text in a title to fit on one line, but there is slightly too much text to fit on the line. He needs to retain the text's font and size. He should do which of the following?
a. Set the font spacing to Condensed.
b. Apply superscript to the font.
c. Set the font spacing to Expanded.
d. Apply subscript to the font.
Ans: a. Set the font spacing to Condensed.
You might also like to view...
Which of the following statements is false?
a. Java SE 8 introduces a new Completable Future class (package java.util.concurrent), which implements the Future interface and enables you to asynchronously execute Runnables that perform tasks or Suppliers that return values. b. CompletableFuture static method supplyAsync asynchronously executes a Supplier task that returns a value. c. CompletableFuture static method runAsync asynchronously executes a Runnable task that does not return a result. d. CompletableFuture method get is a blocking method—it causes the calling thread to run until the asynchronous task completes and returns its results.
Tables cannot continue over pages; they must be contained on a single page.
Answer the following statement true (T) or false (F)