You can align data evenly between the top and bottom borders of a table cell by clicking the ____ button in the Alignment group on the TABLE TOOLS LAYOUT tab.

A. Left to Right
B. Center Vertically
C. Center
D. Top to Bottom


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following displays a message box saying “I have been created” every time a new instance of the class ShowMe is created?

a. ```Public Class ShowMe MessageBox.Show(“I have been created”) End Class ``` b. ```Public Class ShowMe Public Sub Constructor() MessageBox.Show(“I have been created”) End Sub End Class ``` c. ```Public Class ShowMe Public Sub Create() MessageBox.Show(“I have been created”) End Sub End Class ``` d. ```Public Class ShowMe Public Sub New() MessageBox.Show(“I have been created”) End Sub End Class ```

Computer Science & Information Technology

How is IP addressing typically handled in a home network?

What will be an ideal response?

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 7-1The faculty member whose course you took last semester has to go out of town for one lecture this semester. The lecture she will miss is on behaviors and rich media, and she'd like you to come to the class and deliver a brief course on behaviors. Which of the following is not a tool you will cover as a method of inserting behaviors in Dreamweaver?

A. preset behavior tools B. preset triggers available via the Behaviors panel C. prewritten lists from which you choose event handlers and actions for a behavior D. writing JavaScript code in Code view or in the Script dialog box

Computer Science & Information Technology

What error will you get if there is something wrong with the formula in a calculated field?

A) #NAME! B) Invalid expression C) Invalid syntax D) #FORMULA!

Computer Science & Information Technology