Case-Based Critical Thinking QuestionsCase 8-1James created a table of his school soccer team schedule that will be placed on the team's Web page. The table contains four columns: Opponent, Home/Away, Date, and Start Time. The table will contain 10 rows. James has some problems with formatting the table and asks Kyra to help him resolve them.There are three consecutive home games (rows 2-4) where the game starting time is the same. Kyra tells James that there is a way to combine cells with the same value. Which of the following is the correct one?

A. For the column "Start Time" of the second row, include colspan="3" within the tag.
B. For the column "Start Time" of the second row, include rowspan="3" within the tag.
C. For the column "Start Time" of the second, third, and fourth rows, include the same starting time within the tags.
D. none of the above


Answer: B

Computer Science & Information Technology

You might also like to view...

If x initially contains the value 3, which of the following sets x to 7?

a. x ++ 4; b. x += 4; c. x =+ 4; d. x + 4 = x;

Computer Science & Information Technology

If a user attempts to enter a value in a Combo Box that is not present in the table, and the Limit to List property is enabled, Access will generate a(n) ________ message

Fill in the blank(s) with correct word

Computer Science & Information Technology

In Access, what is a reference to an external file called?

A) Paperclip B) Attachment C) Field D) OLE object

Computer Science & Information Technology

The ____ loop can be used to process each element of an array.

A. For Element B. For Array C. For Each D. For Value

Computer Science & Information Technology