Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

outline-style:-

         इस Property के द्वारा Outline की Style को Set किया जाता हैं। CSS द्वारा निम्न Outline Style Provide की जाती हैं।

  • dotted – इस Value से Dot यानि Full Stop के चिन्ह वाली Outline Set होती हैं।
  • dashed – इस Value से Minus के चिन्ह जैसी Outline Set होती हैं।
  • solid – इससे एक Normal लाईन में Outline Set होती हैं।
  • double – इस Value से दो लाईन की Outline Set होती हैं।
  • groove – इस Value से Groove Style में Outline Set होती हैं।
  • ridge – इस Value से Rigde Style में Outline Set होती हैं।
  • inset – इस Value से Inset Outline Set होती हैं।
  • outset – इस Value से Outset Outline Set होती हैं।
  • none – कोई Outline Set नही होती हैं।
  • hidden – Outline Set हो जाती हैं लेकिन दिखाई नही देती हैं।

Syntax:-       outline-width: dotted | dashed | solid | double | groove | ridge | inset | outset | none | hidden;

 

outline-style:-

            The style of the outline is set through this property. The following outline styles are provided by CSS.

  • dotted – From this value, the outline with Dot i.e. Full Stop symbol is set.
  • dashed – Outlines like minus signs are set from this value.
  • solid – With this the outline is set in a normal line.
  • double – An outline of two lines is set from this value.
  • groove – Outline is set in Groove Style with this value.
  • ridge – Outline is set in Rigde Style with this value.
  • inset – Inset outline is set from this value.
  • outset – The offset outline is set from this value.
  • none – There is no outline set.
  • hidden – Outline gets set but is not visible.

Syntax:-       outline-width: dotted | dashed | solid | double | groove | ridge | inset | outset | none | hidden;

error: Content is protected !!