Solved

Case 8-1 James Created a Table of His School Soccer Team Schedule

Question 119

Multiple Choice

Case 8-1
James 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 <td> tag.
B) For the column "Start Time" of the second row,include rowspan="3" within the <td> tag.
C) For the column "Start Time" of the second,third,and fourth rows,include the same starting time within the <td></td> tags.
D) none of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions