What is the use of border-top-left-radius style property in Dot Net?

 Posted by vishalneeraj-24503 on 5/6/2014 | Category: ASP.NET Interview questions | Views: 1345 | Points: 40
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 

Comments or Responses

Login to post response