MCQOPTIONS
Saved Bookmarks
| 1. |
What is the preferred way for adding a background color in HTML? |
| A. | <body background="yellow"> |
| B. | <background>yellow</background> |
| C. | <body style="background-color:yellow"> |
| D. | <background color="yellow">text<background> |
| Answer» D. <background color="yellow">text<background> | |