InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function creates a CSS gradient image that can be used anywhere an image URL is required, including background-image, border-image, and list-style properties?(a) canvas(b) gradient(c) animation(d) colorI had been asked this question in an internship interview.I'm obligated to ask this question of Gradients without Images topic in portion CSS Text, Borders and Images of CSS |
|
Answer» RIGHT ANSWER is (B) gradient To ELABORATE: Self-explainatory. |
|