Answer: border-bottom-left-radius style property is an in-built which is used for adding a rounded border to the bottom-left corner of a Div element.
On the other hand,the border-bottom-left-radius property defines the shape of the border of the bottom-left corner.
For Example:-
<style>
div
{
border-bottom-left-radius:5em;
}
<div>Dot Net Funda Dot Com</div>
Asked In: Many Interviews |
Alert Moderator