To create a radial gradient in WebKit, apply the function ____.
A. radial-gradient(center, shape size, color-stop, color-stop, …)
B. -webkit-gradient(linear, start, stop, from(color), colorstop(percent, color), to(color))
C. -webkit-gradient(radial, inner-center, inner-radius, outer-center, outer-radius, from(color), color-stop(percent, color), to(color))
D. Gradient(gradientType=type, startColorStr=#rrggbb, endColorStr=#rrggbb)
Answer: C
Computer Science & Information Technology
You might also like to view...
The following session shows the commands needed to perform the required tasks.
What will be an ideal response?
Computer Science & Information Technology
Because all the elements of a stack are of the same type, you can use a(n) ____ to implement a stack.
A. struct B. array C. record D. class
Computer Science & Information Technology