CSS border properties - Part 4

Notes:

CSS border short hand property:
It is used to specify the border thickness, style and color of an html element in a single line
Values: border-width border-style border-color;

border-width:
length

border-style:
solid | double | dotted | dashed | groove | inset | outset | none

border-color:
color name | hex color value | rgb(0,0,0) | transparent

Interview Questions: