Css Part-1 1 / 100 Responsive design के लिए सबसे ज़्यादा use होने वाली property कौन-सी है? @screen @media @responsive @supports 2 / 100 किसी element को दूसरे element के ऊपर layer में दिखाने के लिए property: order z-index display position 3 / 100 किसी text के पीछे blur effect लाने के लिए property होती है: opacity filter: blur(); text-blur background-blur 4 / 100 calc() function किसलिए use होता है? Calculation करना values में Gradient बनाना Animation delay Color change 5 / 100 किसी link को visit करने के बाद उसका color बदलने के लिए कौन सी pseudo-class होती है? :hover :link :focus :visited 6 / 100 Box-shadow में 4th value किसके लिए होती है? Offset Spread radius Blur radius Color 7 / 100 किसी animation की speed control करने के लिए: animation-move animation-speed animation-delay animation-duration 8 / 100 Grid gap set करने के लिए कौन सी property होती है? grid-gap column-gap spacing gap 9 / 100 Grid में columns define करने के लिए property: grid-columns column-layout grid-template-columns grid-rows 10 / 100 Grid layout बनाने के लिए कौन सी display property use होती है? display: grid; display: table; display: flex; display: block; 11 / 100 किसी animation को infinite बार चलाने के लिए क्या लिखते हैं? animation-repeat: forever; repeat-count: infinite; animation-loop: true; animation-iteration-count: infinite; 12 / 100 Animation में keyframes define करने का सही तरीका कौन-सा है? @frames animation-rule @keyframes @animation 13 / 100 CSS में transition delay कैसे दी जाती है? transition-delay: 2s; transition-time: 2s; animation-delay: 2s; delay: 2s; 14 / 100 किसी element को zoom-in या zoom-out करने के लिए property: scale() resize() zoom() transform: scale(); 15 / 100 किसी object को rotate करने के लिए कौन सी property होती है? transform: rotate(); spin animation-rotate rotate-angle 16 / 100 Variable use करने का सही syntax क्या है? get(--var-name) $var-name var(--var-name) use(--var) 17 / 100 CSS variable define करने के लिए क्या लिखते हैं? @var-name $var-name var-define --var-name 18 / 100 Background image में दो colors का smooth blend बनाने के लिए: color-mix background-gradient gradient color-fade 19 / 100 Linear gradient बनाने के लिए कौन सा function use होता है? linear-gradient() color-mix() radial-gradient() gradient() 20 / 100 किसी text के पहले icon या content जोड़ने के लिए क्या use करते हैं? ::add ::start :hover ::before 21 / 100 ::before और ::after क्या कहलाते हैं? Pseudo-classes Selectors Attributes Pseudo-elements 22 / 100 CSS में default positioning value क्या होती है? absolute relative fixed static 23 / 100 Box model के components कौन-कौन से होते हैं? Margin, Border, Padding, Content Width, Height, Line, Color Margin, Spacing, Width, Height Border, Text, Font, Shadow 24 / 100 कौन सी property किसी element को block से inline में बदल सकती है? position layout float display 25 / 100 Cursor को pointer shape (hand icon) बनाने के लिए क्या लिखते हैं? click: hand; cursor: pointer; pointer: true; mouse: pointer; 26 / 100 किसी element को slow motion से दिखाने के लिए क्या use किया जाता है? hover flex transition transform 27 / 100 Responsive design के लिए pixel की जगह कौन सी unit useful है? px pt % cm 28 / 100 किसी element को center horizontally align करने के लिए flexbox में क्या लिखते हैं? text-align: center; align-items: center; flex-align: middle; justify-content: center; 29 / 100 Transition apply करने के लिए minimum कितनी properties जरूरी हैं? 2 3 4 1 30 / 100 display: flex; का main purpose क्या है? Animation बनाना Font बदलना Color set करना Layout align करना 31 / 100 CSS में color code #000000 क्या दर्शाता है? Black Transparent Blue White 32 / 100 किसी text को uppercase में बदलने के लिए कौन सी property होती है? text-uppercase text-style text-transform font-transform 33 / 100 किसी element के अंदर scroll जोड़ने के लिए कौन सी property होती है? scrollbar: yes; overflow: scroll; overflow: visible; scroll: true; 34 / 100 किसी element की border हटाने के लिए क्या लिखते हैं? border: none; border: 0; border: invisible; border: hide; 35 / 100 Overflow hidden का क्या मतलब है? Content duplicate होगा Content hide हो जाएगा जो container से बाहर निकलेगा Content scroll होगा Background हट जाएगा 36 / 100 -index काम नहीं करेगा जब element का position हो — static fixed relative absolute 37 / 100 कौन सी property background image को पूरे element में fit कर देती है? image-size: cover; background-size: cover; background-stretch: 100%; background-fit: full; 38 / 100 CSS Grid किस version में introduce हुआ था? CSS2 HTML5 CSS4 CSS3 39 / 100 किसी image को circle shape देने के लिए border-radius कितना रखना चाहिए? 50% 100% 75% 25% 40 / 100 Hover पर color change करने के लिए क्या लिखा जाएगा? hover:a { color:red; } a:active { color:red; } a:hover { color:red; } a.hover { color:red; } 41 / 100 किसी element को screen पर fix करने के लिए कौन सी property होती है? position: static; position: sticky; position: absolute; position: fixed; 42 / 100 किसी element के ऊपर extra space देने के लिए कौन सी property होगी? padding-top space-top border-top margin-top 43 / 100 किसी list के bullets हटाने के लिए property है: list-style: none; list-type: hidden; text-style: none; list: none; 44 / 100 कौन सी unit font-size में relative मानी जाती है? px pt cm em 45 / 100 किसी element की height auto adjust करने के लिए क्या लिखा जाता है? height: dynamic; height: auto; height: flexible; height: fit; 46 / 100 CSS में animation बनाने के लिए कौन सा rule use होता है? @frames @motion @keyframes @animation 47 / 100 Border के अंदर और content के बीच की space क्या कहलाती है? Margin Border-gap Space-inner Padding 48 / 100 किसी text का font-family set करने के लिए कौन सी property होती है? text-family font-type font-family font-style 49 / 100 Flexbox में vertical alignment के लिए कौन सी property होती है? align-content align-vertical align-items justify-content 50 / 100 किसी element को absolute position पर रखने के लिए क्या लिखते हैं? position: relative; position: absolute; position: static; position: fixed; 51 / 100 Text के बीच space देने के लिए कौन सी property होती है? letter-space text-gap word-gap letter-spacing 52 / 100 कौन सी property transition की speed control करती है? transition-delay transition-speed animation-speed transition-timing-function 53 / 100 CSS का कौन सा version Flexbox introduce करता है? CSS1 CSS2 CSS4 CSS3 54 / 100 CSS का कौन सा version Flexbox introduce करता है? CSS1 CSS2 CSS4 CSS3 55 / 100 कौन सी property किसी element की opacity (पारदर्शिता) बदलती है? alpha visibility opacity transparency 56 / 100 किसी element को right side में align करने के लिए कौन सी property होती है? float: right; position: right; text-align: right; align: right; 57 / 100 CSS में font import करने के लिए कौन सा rule use होता है? @import-font @font-face @add-font @include 58 / 100 किसी text के नीचे underline लाने के लिए property: text-line font-decoration text-decoration underline 59 / 100 किसी image को background में repeat होने से रोकने के लिए क्या लिखते हैं? background-repeat: stop; background: none; background-repeat: no-repeat; background-repeat: none; 60 / 100 Font italic करने के लिए कौन सी property होती है? font-variant font-style text-decoration font-weight 61 / 100 CSS में border के कोनों को गोल करने के लिए कौन सी property होती है? border-corner border-shape border-radius border-curve 62 / 100 किसी element के चारों ओर बाहर की space कौन बनाती है? Margin Outline Border Padding 63 / 100 किसी element के ऊपर extra space देने के लिए कौन सी property होगी? border-top margin-top space-top padding-top 64 / 100 किसी list के bullets हटाने के लिए property है: text-style: none; list-type: hidden; list-style: none; list: none; 65 / 100 कौन सी unit font-size में relative मानी जाती है? cm em pt px 66 / 100 किसी element की height auto adjust करने के लिए क्या लिखा जाता है? height: auto; height: dynamic; height: flexible; height: fit; 67 / 100 CSS में animation बनाने के लिए कौन सा rule use होता है? @motion @keyframes @frames @animation 68 / 100 Border के अंदर और content के बीच की space क्या कहलाती है? Border-gap Space-inner Padding Margin 69 / 100 किसी text का font-family set करने के लिए कौन सी property होती है? font-type font-family text-family font-style 70 / 100 Flexbox में vertical alignment के लिए कौन सी property होती है? align-content align-vertical align-items justify-content 71 / 100 किसी element को absolute position पर रखने के लिए क्या लिखते हैं? position: relative; position: absolute; position: static; position: fixed; 72 / 100 Text के बीच space देने के लिए कौन सी property होती है? word-gap letter-spacing text-gap letter-space 73 / 100 कौन सी property transition की speed control करती है? transition-speed animation-speed transition-timing-function transition-delay 74 / 100 CSS का कौन सा version Flexbox introduce करता है? CSS1 CSS2 CSS4 CSS3 75 / 100 कौन सी property किसी element की opacity (पारदर्शिता) बदलती है? visibility opacity alpha transparency 76 / 100 किसी element को right side में align करने के लिए कौन सी property होती है? text-align: right; position: right; float: right; align: right; 77 / 100 CSS में font import करने के लिए कौन सा rule use होता है? @import-font @add-font @font-face @include 78 / 100 किसी text के नीचे underline लाने के लिए property: text-decoration font-decoration underline text-line 79 / 100 किसी image को background में repeat होने से रोकने के लिए क्या लिखते हैं? background-repeat: none; background-repeat: stop; background: none; background-repeat: no-repeat; 80 / 100 Font italic करने के लिए कौन सी property होती है? font-variant text-decoration font-style font-weight 81 / 100 CSS में border के कोनों को गोल करने के लिए कौन सी property होती है? border-radius border-corner border-shape border-curve 82 / 100 किसी element के चारों ओर बाहर की space कौन बनाती है? Border Padding Outline Margin 83 / 100 Transition जोड़ने के लिए property: transform transition delay animation 84 / 100 Responsive design के लिए क्या use होता है? Lists Scripts Media Queries Tables 85 / 100 Flexbox में items को horizontally align करने के लिए property है: flex-align justify-content align-content align-items 86 / 100 -index किसके लिए होता है? Layer order Image color Border width Font order 87 / 100 Margin और padding में क्या फर्क है? दोनों एक ही हैं कोई फर्क नहीं Padding अंदर और margin बाहर Margin अंदर और padding बाहर 88 / 100 Hover effect किस pseudo-class से आता है? :active :link :hover :focus 89 / 100 Font bold करने के लिए: text-weight: bold; font-bold: true; font-weight: bold; font-style: bold; 90 / 100 किसी element का shadow जोड़ने के लिए: box-shadow element-shadow text-shadow shadow 91 / 100 किसी element को invisible करने के लिए: visibility: hide; visible: false; display: none; hide: true; 92 / 100 Border की मोटाई बदलने के लिए: border-color border-width border-style border-size 93 / 100 कौन सी property font size बदलती है? font-size text-style text-size font-weight 94 / 100 Padding का मतलब क्या होता है? Border के बाहर की जगह Font size Margin Border के अंदर की जगह 95 / 100 CSS में comment कैसे लिखा जाता है? // comment <!-- comment --> comment /* comment / 96 / 100 Text को center align करने के लिए: text: middle; align-center: true; text-align: center; align: center; 97 / 100 Background color बदलने के लिए कौन सी property होती है? background-color color background bgcolor 98 / 100 किसी element का text color बदलने के लिए कौन सी property होती है? background-color color text-style font-color 99 / 100 External CSS file का extension क्या होता है? .html .js .txt .css 100 / 100 Inline CSS कहाँ लिखी जाती है? HTML tag के style attribute में Body के बाहर External file में टैग में Your score isThe average score is 51% 0% Restart quiz