InterviewSolution
Saved Bookmarks
| 1. |
From the following choose the cascading style that are used to make the background colour as blue. (a) body { backgroud : #0000ff; } (b) body { backg round : #ff0000; } (c) body { backg round : #00ff00; } |
|
Answer» (a) body { backgroud : #0000ff; } |
|