Jen needs text from one text box to continue in another text box when she exceeds the space available in the first text box. She should do which of the following?

A) Change the shape style of the text boxes.
B) Change the text alignment of the text boxes.
C) Set the text wrapping of the text boxes to Top and Bottom.
D) Link the text boxes

Answer: D) Link the text boxes

Computer Science & Information Technology

You might also like to view...

In an unsorted array-based implementation of the ADT table, the insertion operation is ______.

a) O(1) b) O(n) c) O(n2) d) O(log n)

Computer Science & Information Technology

Select the statement below that is true about forms.

a. The

tag is optional b. It is recommended to use mailto: as the action on a form since that is the easiest for the web developer c. A form can be used to pass information to a program or script on the web server d. none of the above is true

Computer Science & Information Technology