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