InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?(a) gradient()(b) line-gradient()(c) linear-gradient()(d) none of the mentionedI have been asked this question in a national level competition.I want to ask this question from Gradients without Images topic in chapter CSS Text, Borders and Images of CSS |
|
Answer» CORRECT CHOICE is (d) NONE of the mentioned To EXPLAIN: Self-explainatory. |
|