Report Bug
Qus : In CSS, which border value makes the rounded corners?
Qus CSS में, कौन-सी बॉर्डर वैल्यू राउंडेड कॉर्नर बनाती है?

A. border-style
B. border-radius
C. border-collapse
D. border-spacing


Solution
B. border-radius



Explanation
The border-radius property in CSS is used to create rounded corners around an element.



Report Bug