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.James also wants to highlight rows with team home games, and Kyra gives him several options. Which option is correct?

A. Within the tags for each home game row, include the attribute bgcolor="yellow".
B. Create a class that contains the statement background-color: yellow; and apply this class to all odd rows, placing home games there.
C. Create a class that contains the statement background-color: yellow; and apply this class to home game rows.
D. all of the above


Answer: C

Computer Science & Information Technology

You might also like to view...

Variables appearing inside the parentheses of a calling statement are called .

(A) values of the function (B) parameters (C) coordinates (D) arguments

Computer Science & Information Technology

When a class contains an instance of another class, it is known as

a. object overloading b. operator overloading c. object composition d. dynamic composition e. None of these

Computer Science & Information Technology

A(n) ________ is a chart that displays the contributions of parts to a whole amount

Fill in the blank(s) with correct word

Computer Science & Information Technology

_____ describes the actual network cabling and connections.

A. Logical topology B. Bus topology C. Star topology D. Physical topology

Computer Science & Information Technology