InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property sets in a shorthand form any or all background properties?(a) color(b) wrap(c) background(d) all of the mentionedI got this question during an internship interview.My question is based upon Specifying sizes, colors and files topic in portion CSS Fundamentals, Colors and Styling of CSS |
|
Answer» RIGHT OPTION is (C) BACKGROUND Explanation: SYNTAX: background: background-color |
|