By default, text is oriented horizontally in a cell. Provide an example of when you might want to change the text direction

What will be an ideal response?

A table might be more attractive if lengthy table text is oriented vertically. Or perhaps table text is designed to be ripped off, as in the case of a telephone number on a marketing flyer--in that case, vertical orientation would be required.

Computer Science & Information Technology

You might also like to view...

Which of the following is a momentary power outage?

A. Surge B. Brownout C. Fault D. Blackout

Computer Science & Information Technology

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

1. The amount of memory used by an array depends on the array's data type and the number of elements in the array. 2. An array initialization must be all on one line. 3. When you pass an array as an argument to a function, the function can modify the contents of the array. 4. C++ limits the number of array dimensions to two. 5. If you attempt to store data past an array's boundaries, it is guaranteed to cause a compiler error.

Computer Science & Information Technology