What do we mean by border-style CSS property?

 Posted by vishalneeraj-24503 on 6/4/2014 | Category: ASP.NET Interview questions | Views: 1154 | Points: 40
Answer:

border-style is a in-built CSS property which specifies the style of an element's complete border i.e. top,bottom,left and right.
In other words,we can say that,the border-style property is used to apply the style of a control's or element's borders.

For Example:-
div

{
border-style:solid;
}

p
{
border-style:solid;
}


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response