Case-Based Critical Thinking QuestionsCase 5-1Ethan would like to minimize his efforts in the development of his Web site. Kyra is ready to help him apply a variety of background properties.Ethan has a banner image that always should be seen on the page, even as the user scrolls down the page. What property and its value does Kyra tell Ethan to use?
A. background-attachment and fixed
B. background-position and fixed
C. background-attachment and scroll
D. background-position and scroll
Answer: C
You might also like to view...
The space between a node’s contents and its top, right, bottom and left edges is known as the ________, which separates the contents from the node’s edges.
a. margin b. spacing. c. padding. d. None of the above.
You work for a large enterprise company that handles time-sensitive information. Your supervisor has asked that you set up a connection to be kept in stand-by until emergencies. He requests that the line have at least 1.544 Mbps for bandwidth. Describe what technology and format you'll want to use, and why this is the ideal choice for the situation described.
What will be an ideal response?
When using an array in a GUI program, if array values will change based on user input, where must the array be stored?
A. It must be stored inside the method that processes the user's events. B. It must be stored inside an event handler. C. It must be stored outside the method that processes the user's events. D. It must be stored outside of the main program.
Which of the following is equivalent to x != y?
a. ! (x == y) b. x > y && x < y c. x > y || x < y d. x >= y || x <= y