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