Contact Us || Privacy Policy || About Us |
|
CSS BorderThe border properties is used to how the border of the box representing an element should look. There are some border properties used in CSS.
1) CSS border-styleborder-style property is used to border type which you want to display on the web page. The border-style Property.
Use Shorthand Combinations Property
Example1: Test it NowOutput: No border. A dotted border. A dashed border. A solid border. A double border. A groove border. A ridge border. An inset border. An outset border. 2) CSS border-widthborder-width property is used to set the border's width. Example2: Test it Now
Next TopicCSS Margin
|