CSS Outline-Style Property

Description:
Specifies the style of the outline of the element.
Syntax:
outline-style: [value];
Possible Values:
- none
- hidden
- dotted
- dashed
- solid
- double
- groove
- ridge
- inset
- outset
- inherit
Initial Value:
None
Applies To:
All elements
Inherited:
No
Media:
Visual, Interactive
Example:
p {outline-style: dashed;}





