Another type of gradient supported by CSS3 is a ____ gradient,in which color blending starts from a single point within the object and proceeds outward in a circular or elliptical shape.

A. linear
B. radial
C. color
D. shaded

Answer: B

Computer Science & Information Technology

You might also like to view...

Is the order of these steps important? Explain your answer.

Consider the following sequence of steps to add a node to the front of a linked list: - Set the reference field to refer to the first node in the current list. - Set the reference to the front of the list to refer to the new node.

Computer Science & Information Technology

Placing the opening brace of an if block on the same line as the if statement is known as what style of programming?

A. K & R style B. Allman style C. GNU style D. Haskell style

Computer Science & Information Technology