You can change the alignment, or position of text within a document's margins, using the alignment buttons in the ____ group on the Home tab of the ribbon.

A. Styles
B. Text Layout
C. Margins
D. Paragraph


Answer: D

Computer Science & Information Technology

You might also like to view...

Given the definitions below. Rewrite the definition of this class so that functions

``` f()const and g(const A& x) are inline. const int x = 17; class A { public: A( ); A(int n); int f( ) const; int g(const A& x); private: int i; }; ```

Computer Science & Information Technology

What type of memory stores frequently used instructions or data needed by the CPU?

A) RAM B) Cache C) ROM D) Integrated circuits

Computer Science & Information Technology

What would be the result of the following command? DIR E:\CHERYL /A:R

A) Shows all files that start with the capital letter A in the CHERYL folder of the E: drive B) Shows all files that start with the letter a in the CHERYL folder of the E: drive C) Shows the files in the CHERYL folder that have the read-only attribute of the E: drive D) Shows the files in the CHERYL folder of the E: drive that start with the letter A and end with the letter R

Computer Science & Information Technology

The purpose of the ____ attribute is to give you the means to define horizontal frames and to specify the height of each frame.

A. rows B. cols C. height D. width

Computer Science & Information Technology