Solved

Case 5-2 Jeremy Is in Charge of His Hockey Team's Web Site

Question 34

Multiple Choice

Case 5-2
Jeremy is in charge of his hockey team's Web site. He is creating a table to keep track of the scores.
-Jeremy wants the first row of the table to have the background color #EFCFCF,cell padding of 10,and for all the text to be centered.The correct code would be ____.


A) .row1 {background:#EFCFCF;pad:10;text:center}.
B) .row1 {background-color:#EFCFCF;padding:10;align:center}.
C) .row1 {background:#EFCFCF;pad:10;text:center}
D) .row1 {background-color:#EFCFCF;padding:10;text-align:center}

Correct Answer:

verifed

Verified

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

Related Questions