The option to center text on the page is available via the ____ feature.

A. Center
B. Text
C. Margin
D. Align


Answer: D

Computer Science & Information Technology

You might also like to view...

This segment is equivalent to which of the following?

Consider the code segment below. ``` if (gender == 1) { if (age >= 65) { ++seniorFemales; } } ``` a. if (gender == 1 || age >= 65) { ++seniorFemales; } b. if (gender == 1 && age >= 65) { ++seniorFemales; } c. if (gender == 1 AND age >= 65) { ++seniorFemales; } d. if (gender == 1 OR age >= 65) { ++seniorFemales; }

Computer Science & Information Technology

Apps use the Windows 8.1.1 operating system to communicate with the hardware to accomplish specific tasks

Indicate whether the statement is true or false

Computer Science & Information Technology

A frameset document does not contain a body element

Indicate whether the statement is true or false

Computer Science & Information Technology

Text values are aligned at the ________ cell edge

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

Computer Science & Information Technology