Home / Programming MCQs / CSS MCQs / Question

M

Mr. Dubey • 51.67K Points
Coach

Q. Which CSS property defines the radius of an element's corners?

(A) border-corner
(B) radius
(C) corner
(D) border-radius
Border-radius property defines the radius of an element 's corners. 
Example
div{
.border-radius:40px;

}

You must be Logged in to update hint/solution

Discusssion

Login to discuss.