InterviewSolution
Saved Bookmarks
| 1. |
Fill in the blanks which property is used to set background color in your webpage |
|
Answer» ONG>Answer: The background-COLOR property sets the background color of an element. The background of an element is the TOTAL size of the element, including PADDING and border (but not the margin). |
|