When converting old HTML code to XHTML, make sure to replace the ____ attribute with the background-color style.
A. background
B. bgcolor
C. back
D. body
Answer: B
You might also like to view...
Which of these can you not do with a Windows 7 virtual hard drive with regards to offline servicing and setup actions?
a. Add or remove drivers. b. Upgrade the Windows image to a higher edition. c. Add language packs. d. Change the file system.
Which statement about exception handling is false?
a. Call the exception object's what member function to get the error message that's stored in the exception object. b. Bounds checking is performed at execution time with vector member function at, and if a subscript is within the bounds of the array, the member function throws an out_of_bounds exception. c. The catch block contains the code that handles an exception if one occurs. d. None of the above statements in false.