Case-Based Critical Thinking QuestionsCase 8-2Leon has developed several data tables and he knows that the data is correct. He would like to add some formatting to enhance the presentation on his Web page. He asks Maxwell for some guidance.Leon is trying to place the table caption below the table, but it is not working. Which of the following statements is the correct one that Maxwell makes to Leon?

A. The property for displaying captions below the table is deprecated.
B. Leon is using the caption-side property to do this, but he should be using the caption-below property.
C. It is not possible to display captions below the table.
D. Older Web browsers such as Internet Explorer 7 and earlier may not display a caption that is positioned below the table.


Answer: D

Computer Science & Information Technology

You might also like to view...

____ allow you to limit the user to only one choice from a group of two or more related but mutually exclusive choices.

A. Check boxes B. Radio buttons C. Text boxes D. Labels

Computer Science & Information Technology

Which of the following statements is false?

a. Most functions have one or more parameters and possibly local variables that need to exist while the function is executing, remain active if the function makes calls to other functions, and “go away” when the function returns to its caller. b. A called function’s stack frame is the perfect place to reserve memory for the function’s local variables. c. A called function’s stack frame is popped when the function is called and ex-ists while the function is executing. d. When a function returns, it no longer needs its local variables, so its stack frame is popped from the stack, and its local variables no longer exist.

Computer Science & Information Technology

Assume Calendar calendar = new GregorianCalendar(). __________ returns the week of the year.

a. calendar.get(Calendar.MONTH) b. calendar.get(Calendar.MONTH_OF_YEAR) c. calendar.get(Calendar.WEEK_OF_MONTH) d. calendar.get(Calendar.WEEK_OF_YEAR)

Computer Science & Information Technology

With Lab color, the ____ channel contains all of the lightness and darkness information for the image.

a. Luminosity c. B b. A d. Lightness

Computer Science & Information Technology