?The _____ property must be used to constrain a flexible image to 100% of its actual size in case a viewport grows even larger.

A. ?max-width
B. ?min-width
C. ?max-height
D. ?min-height


Answer: A

Computer Science & Information Technology

You might also like to view...

Which Windows 10 feature provides the ability to obtain software from a central repository?

A. PackageManagement B. Click-to-Run C. Remote Desktop D. RemoteApp

Computer Science & Information Technology

(Cell Phone GUI) In this exercise, you will adjust the size of the cell phone’s numeric keypad and the position of the keypad buttons so that they appear as shown in Fig. 2.41.

a) Copying the template to your working directory. Copy the C:Examples Tutorial02ExercisesPhone directory to your C:SimplyJava directory.
b) Opening the Command Prompt window and changing directories. Open the Com- mand Prompt by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJavaPhone, then pressing Enter.
c) Compiling the template application. Compile your application by typing the com- mand javac Phone.java, then pressing Enter.
d) Running the template application. Run the application by typing java Phone. The
GUI of the Phone template application should appear as shown in Fig. 2.42.

e) Closing the application. Close the running application by clicking its close button.
This returns you to the Command Prompt window.
f) Opening the template file. Open the Phone.java file in your text editor.
g) Customizing the keypad JPanel. The keypad JPanel is too small for all the keypad buttons. Y

Computer Science & Information Technology

CASE STUDY C-1Sheldon has been asked to create a flyer advertising the Fall ski trip for his class. He has pictures from last year's ski trip that he would like to place on the flyer. He would also like to place speech balloons on the picture to show how much fun everyone had on the trip. Sheldon has clicked on the Rectangle tool and used the Rectangle tool pointer to draw the shape on his flyer. How will he know that the rectangle is selected?

A. He will see a mask. B. He will see a clipping box. C. He will see a bounding box. D. He will see a dashed rectangle.

Computer Science & Information Technology

when working in the page break preview, you can Select one:

a. change the print area b. view exactly where each page break occurs c. add or remove page breaks d. all of above

Computer Science & Information Technology