Match each of the actions to its tab

I. Change paragraph spacing
II. Include a header
III. Insert a bibliography
IV. Insert a watermark
V. Change document properties

A. Design tab
B. File tab
C. References tab
D. Home tab
E. Insert tab


D, E, C, A, B

Computer Science & Information Technology

You might also like to view...

When you export from Access to Word, the data is always exported into a new Word document

Indicate whether the statement is true or false

Computer Science & Information Technology

Physicians can use telemedicine to perform remote diagnosis of patients.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the code below

``` function Rectangle(x, y) { this.x = x; this.y = y; this.width = 40; this.height = 20; this.moveDown = function () { this.y += 5; }; } ``` rectangleA is ______. A. an object B. a constructor function

Computer Science & Information Technology

The textbook defines ________ as the exchange of information from one individual or group to another

Fill in the blank(s) with correct word

Computer Science & Information Technology