CSS Measurement Units (In Hindi)
CSS Measurement Units का अर्थ होता हैं कि किस Format में Units की Value Define करना चाहते हैं। CSS, Property Values को Define करने के लिए अलग-अलग प्रकार की Units Provide कराती हैं। हम CSS Property के अनुसार उसकी Value Define करते हैं और Value के अनुसार Value Units को Declare करते हैं।
CSS Measurement Units के विभिन्न प्रकार
Property के अनुसार उपलब्ध Value Type के अनुसार Measurement Units का Select कर सकते हैं। हम Number, Percentage आदि Units में अपनी Value Declare कर सकते हैं। CSS के द्वारा हम मुख्यत: दो प्रकार की Measurement Units Available हैं।
CSS Measurement Units के दो प्रकार:
- Absolute Measurement Units
- Relative Measurement Units
Absolute Units Fixed होती हैं। इन्हे जैसा Declare किया जाता हैं। ये Exact उसी Size में Appear होती हैं। ये Units Adjustable नहीं होती हैं। Absolute Units को अधिकतर वहीं Declare किया जाता हैं, जहाँ Output Medium के बारे में जानकारी होती हैं।
जैसे Print, इसलिए इन्हे Screen के लिए Declare नहीं किया जाता हैं।
Absolute Units से width, height, margin, padding, font-size आदि Properties की Values को Declare कर सकते हैं। इन्हे अधिकतर Numbers में Declare किया जाता हैं। ये निम्नलिखित होती हैं।
1. cm – cm की Full Form Centimeter होती हैं। cm Units को Numbers में Declare किया जाता हैं। एक cm=37.79px होता हैं।2. mm – mm की Full Form Millimeter होती हैं। mm Units को भी Numbers में Declare किया जा सकता हैं।
3. in – in की Full Form Inches होता हैं। एक in=96px=2.54cm होता हैं।
4. px – px की Full Form Pixel होती हैं। 1 px Unit 1 in का 96 वाँ भाग होता हैं।
5. pt – pt की Full Form Points होती हैं। यह 1 in का 72वाँ भाग होता हैं।
6. pc – pc की Full Form Picas होती हैं। 1 pc 12 pt के बराबर होता हैं।
2. Relative Measurement Units
Relative Units से हम width, height, font-size, border, color, padding, margin आदि Values को Declare कर सकते हैं। इन Units को Numbers और Percentage में लिखा जा सकता हैं।
2. ex– यह Unit Current Font की x-height के Relative होती हैं। और x-height को Lowercase Font से निर्धारित किया जाता हैं। इस Unit का प्रयोग बहुत ही कम होता हैं।
3. ch– ch की Full Form Character Unit होती हैं। इसे भी बहुत ही कम प्रयोग किया जाता हैं।
No comments:
Post a Comment