Answer: It's an in-build CSS property used for setting border width of any controls and comes under border property.It has the for borders i.e. top,left,right and bottom.
For Example:
p
{
border-width:2px;
}
Here,P is the paragraph.
Asked In: Many Interviews |
Alert Moderator