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