Border Property

The CSS border property allow you to specify the style, size, and color of an element's border.

Border Style

The border-style property specifies what kind of border to display.

Border Width

The border-width property specifies how wide to display the border.

Border Color

The border-color property specifies what color border to display.

Good habit Note:
None of the border properties will have ANY effect unless the border-style property is set!

Back button Table of Contents Next button