Question five confused the fuck out of me.
Quote:
5. What is the preferred way for adding a background color in HTML?
<body style="background-color:yellow">
<background>yellow</background>
<body background="yellow">
|
My answer would be "none of the above". I use:
Code:
<body bgcolor="#ffff00">