Case 5-2Jeremy 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}
Answer: D
You might also like to view...
What is the difference between user-based and expert-based evaluation?
What will be an ideal response?
Which of the following is a general practice for a rule base?
A. begin by blocking all traffic and end by allowing selective services B. permit access to public servers in the DMZ C. allow all access to the firewall D. allow direct access from the Internet to computers behind the firewall
Designing a preliminary layout sketch is referred to as creating a ____.
a. storyboard b. rough c. neither a. nor b. d. both a. and b.
Keyword ________ indicated pass-by-value.
a) byval b) val c) passByVal d) ref e) No keyword is necessary, because pass-by value is the default