Border:-
Content और padding के चारों तरफ element की border होती है। By Default, Border Hide रहती हैं। जिसे आप निम्न Properties द्वारा Set कर सकते हैं।
i. border – इस property से सभी sides की border एक ही बार में define की जाती है।
ii. border-top – इस Property के द्वारा Element की Top Border को Set किया जाता हैं।
iii. border-right – इस Property के द्वारा Element की Right Border को Set किया जाता हैं।
iv. border-bottom – इस Property के द्वारा Element की Bottom Border को Set किया जाता हैं।
v. border-left – इस Property के द्वारा Element की Left Border को Set किया जाता हैं।
border
The element has a border around the content and padding. By default, borders remain hidden. Which you can set through the following properties.
i. border – With this property the border of all sides is defined at once.
ii. border-top – The top border of the element is set by this property.
iii. border-right – The right border of the element is set through this property.
iv. border-bottom – The bottom border of the element is set by this property.
v. border-left – The left border of the element is set by this property.