Menu mobile
Home
Programming
Python Tutorial
Java Tutorial
C Tutorial
C++ Tutorial
Web Technology
HTML
CSS
Java Script
PHP
React JS
Node JS
Assignment
MS Office
HTML
CSS
Bootstrap
Java Script
JQuery
AngularJs
Project
Blog
QUIZ ON : css - PROPERTIES IN CSS
PROPERTIES IN CSS
00:00:00
English
Hindi
Question No# :
01
out of 50
What CSS property would you use to align a block element horizontally in the center
किसी ब्लॉक तत्व को केंद्र में क्षैतिज रूप से संरेखित करने के लिए आप किस सीएसएस संपत्ति का उपयोग करेंगे
A.
text-align: center;
पाठ-संरेखण: केंद्र
B.
margin: auto;
मार्जिन: ऑटो;
C.
display: block;
प्रदर्शन: ब्लॉक;
D.
float: center;
फ़्लोट: केंद्र;
Question No# :
02
out of 50
<p>Match the CSS Position Property with Its Meaning</p><p><br></p><table class="table table-bordered"><tbody><tr><td><span style="font-size: 14px;"><b>CSS Position Property</b></span></td><td><span style="font-size: 14px;"><b>Meaning</b></span></td></tr><tr><td><span style="font-size: 14px;">A. static</span></td><td><span style="font-size: 14px;">1. Positions an element at a fixed place in the viewport</span></td></tr><tr><td><span style="font-size: 14px;">B. relative</span></td><td><span style="font-size: 14px;">2. The default position (no special positioning)</span></td></tr><tr><td><span style="font-size: 14px;">C. absolute</span></td><td><span style="font-size: 14px;">3. Positions the element relative to the nearest positioned ancestor</span></td></tr><tr><td><span style="font-size: 14px;">D. fixed</span></td><td><span style="font-size: 14px;">4. Moves the element relative to its normal position</span></td></tr><tr><td><br></td><td><span style="font-size: 14px;">5. Makes an element float over other elements</span></td></tr><tr><td><br></td><td><span style="font-size: 14px;">6. Aligns the element at the center of the page</span></td></tr></tbody></table><p><br></p>
सीएसएस स्थिति संपत्ति का उसके अर्थ के साथ मिलान करें
A.
A → 5, B → 4, C → 3, D → 1
A → 5, B → 4, C → 3, D → 1
B.
A → 2, B → 4, C → 3, D → 1
A → 2, B → 4, C → 3, D → 1
C.
A → 5, B → 4, C → 3, D →6
A → 5, B → 4, C → 3, D →6
D.
A → 4, B → 5, C → 3, D → 1
A → 4, B → 5, C → 3, D → 1
Question No# :
03
out of 50
What does the CSS property position: fixed; do
सीएसएस संपत्ति की स्थिति क्या है: निश्चित; करना
A.
Positions the element relative to its normal position
तत्व को उसकी सामान्य स्थिति के सापेक्ष स्थित करता है
B.
Centers the element on the page
तत्व को पृष्ठ पर केन्द्रित करता है
C.
Removes the element from the document flow
दस्तावेज़ प्रवाह से तत्व को हटा देता है
D.
Fixes the element to a specified position in the viewport
तत्व को व्यूपोर्ट में एक निर्दिष्ट स्थान पर ठीक करता है
Question No# :
04
out of 50
The CSS property z-index is used to:
CSS संपत्ति z-index का उपयोग इसके लिए किया जाता है
A.
Set the opacity of an element
किसी तत्व की अपारदर्शिता सेट करें
B.
Define the order of stacking for positioned elements
स्थित तत्वों के लिए स्टैकिंग के क्रम को परिभाषित करें
C.
Control the size of an element
किसी तत्व के आकार को नियंत्रित करें
D.
Specify the shadow of an element
किसी तत्व की छाया निर्दिष्ट करें
Question No# :
05
out of 50
The CSS property text-transform: capitalize; does what to the text
The CSS property text-transform: capitalize; does what to the text
A.
Converts the text to lowercase
टेक्स्ट को लोअरकेस में परिवर्तित करता है
B.
Converts the text to uppercase
टेक्स्ट को अपरकेस में परिवर्तित करता है
C.
Capitalizes the first letter of each word
प्रत्येक शब्द के पहले अक्षर को बड़े अक्षरों में लिखें
D.
Changes the color of the pointer
सूचक का रंग बदलता है
Question No# :
06
out of 50
To control image repetition in CSS, the correct option is:
सी एस एस में इमेज रिपीटेशन को नियंत्रित करने के लिए सही विकल्प है:
A.
h1{ background-loop: none;}
h1{ background-loop: none;}
B.
h1{background-repeat: none; }
h1{background-repeat: none; }
C.
h1 { background-iterate: none;}
h1 { background-iterate: none;}
D.
None of the above
None of the above
Question No# :
07
out of 50
Which of the following property is used to control the scrolling of an image in the background
निम्नलिखित में से किस गुण का उपयोग पृष्ठभूमि में किसी छवि की स्क्रॉलिंग को नियंत्रित करने के लिए किया जाता है
A.
background-attachment
background-attachment
B.
background
background
C.
background-repeat
background-repeat
D.
background-position
background-position
Question No# :
08
out of 50
The CSS property word-spacing is used to control
CSS प्रॉपर्टी वर्ड-स्पेसिंग का उपयोग नियंत्रित करने के लिए किया जाता है
A.
The spacing between lines of text
पाठ की पंक्तियों के बीच का अंतर
B.
The spacing between words in a text
किसी पाठ में शब्दों के बीच का अंतर
C.
The width of the words in a text
किसी पाठ में शब्दों की चौड़ाई
D.
The color of the words in a text
किसी पाठ में शब्दों का रंग
Question No# :
09
out of 50
The CSS property text-decoration: line-through; is used to
सीएसएस संपत्ति टेक्स्ट-डेकोरेशन: लाइन-थ्रू; करने के लिए प्रयोग किया जाता है
A.
Apply an underline to the text
पाठ पर एक रेखांकन लागू करें
B.
Remove the underline from a link
किसी लिंक से अंडरलाइन हटा दें
C.
Apply a line-through effect to the text
टेक्स्ट पर लाइन-थ्रू प्रभाव लागू करें
D.
Change the font style of the text
टेक्स्ट की फ़ॉन्ट शैली बदलें
Question No# :
10
out of 50
For making object fully transparent which option is correct
वस्तु को पूर्णतः पारदर्शी बनाने के लिए कौन सा विकल्प सही है
A.
rgba(255,55,255,1)
rgba(255,55,255,1)
B.
rgba(255,255,255,0.0)
rgba(255,255,255,0.0)
C.
rgba(255,55,255,.5)
rgba(255,55,255,.5)
D.
None of these
इनमें से कोई नहीं
Question No# :
11
out of 50
Which of the following CSS selectors are used to specify a group of elements
निम्नलिखित में से किस सीएसएस चयनकर्ता का उपयोग तत्वों के समूह को निर्दिष्ट करने के लिए किया जाता है
A.
tag
टैग
B.
id
पहचान
C.
class
कक्षा
D.
both class and tag
क्लास और टैग दोनों
Question No# :
12
out of 50
Which CSS property is used to change the order of flex items
फ्लेक्स आइटम के क्रम को बदलने के लिए किस सीएसएस प्रॉपर्टी का उपयोग किया जाता है?
A.
order
आदेश
B.
flex-order
फ्लेक्स-ऑर्डर
C.
item-order
आइटम-ऑर्डर
D.
flex-direction
फ्लेक्स-दिशा
Question No# :
13
out of 50
The CSS property justify-content is used in:
CSS संपत्ति justify-content का उपयोग इसमें किया जाता है:
A.
Flexbox
फ्लेक्सबॉक्स
B.
Grid layout
ग्रिड लेआउट
C.
Text alignment
पाठ संरेखण
D.
Adding shadows to the element
तत्व में छाया जोड़ना
Question No# :
14
out of 50
What does the CSS property overflow: scroll; do
सीएसएस संपत्ति अतिप्रवाह क्या करती है: स्क्रॉल; करना
A.
Hides the content that overflows the element's box
उस सामग्री को छुपाता है जो तत्व के बॉक्स को ओवरफ़्लो करती है
B.
Adds a scroll bar to the element if the content overflows
यदि सामग्री ओवरफ्लो हो जाती है तो तत्व में एक स्क्रॉल बार जोड़ता है
C.
Expands the element to fit its content
तत्व को उसकी सामग्री के अनुरूप विस्तारित करता है
D.
Removes the element from the document flow
दस्तावेज़ प्रवाह से तत्व को हटा देता है
Question No# :
15
out of 50
Which CSS property is used to control the space between the borders of adjacent cells in a table
किसी तालिका में आसन्न कोशिकाओं की सीमाओं के बीच के स्थान को नियंत्रित करने के लिए किस CSS संपत्ति का उपयोग किया जाता है
A.
cell-spacing
कोशिका-अंतराल
B.
table-spacing
टेबल-स्पेसिंग
C.
border-spacing
सीमा-अंतराल
D.
cell-padding
सेल-पैडिंग
Question No# :
16
out of 50
The CSS property background-size: cover; is used to:
सीएसएस संपत्ति पृष्ठभूमि-आकार: कवर; करने के लिए प्रयोग किया जाता है:
A.
Stretch the background image to cover the entire element
पूरे तत्व को कवर करने के लिए पृष्ठभूमि छवि को फैलाएँ
B.
Tile the background image horizontally and vertically
पृष्ठभूमि छवि को क्षैतिज और लंबवत रूप से टाइल करें
C.
Repeat the background image in one direction
पृष्ठभूमि छवि को एक दिशा में दोहराएं
D.
Resize the background image to fit the content
सामग्री को फिट करने के लिए पृष्ठभूमि छवि का आकार बदलें
Question No# :
17
out of 50
The currentColor value in CSS is used for:
सीएसएस में वर्तमान रंग मान का उपयोग इसके लिए किया जाता है:
A.
Setting the current date and time
वर्तमान दिनांक और समय निर्धारित करना
B.
Matching the color value of the element's text
तत्व के पाठ के रंग मान का मिलान
C.
Adjusting the transparency of an element
किसी तत्व की पारदर्शिता को समायोजित करना
D.
Changing the font family of an element
किसी तत्व का फ़ॉन्ट परिवार बदलना
Question No# :
18
out of 50
Which property prevents elements from overlapping a floated element
कौन सा गुण तत्वों को फ़्लोट किए गए तत्व को ओवरलैप करने से रोकता है
A.
clear
clear
B.
overflow
overflow
C.
z-index
z-index
D.
display
display
Question No# :
19
out of 50
The CSS property border-radius: 10px; is used for:
सीएसएस संपत्ति सीमा-त्रिज्या: 10px; के लिए प्रयोग किया जाता है:
A.
Adding a shadow to the border of an element
किसी तत्व की सीमा पर छाया जोड़ना
B.
Creating rounded corners for an element
किसी तत्व के लिए गोल कोने बनाना
C.
Applying a border to the text
टेक्स्ट पर बॉर्डर लगाना
D.
Changing the width of the border
बॉर्डर की चौड़ाई बदलना
Question No# :
20
out of 50
What is the correct syntax for a keyframe in CSS
CSS में कीफ़्रेम के लिए सही सिंटैक्स क्या है
A.
@frames
@फ़्रेम
B.
@keyframe
@कीफ़्रेम
C.
@keyframes
@कीफ़्रेम्स
D.
@animation-frames
@एनिमेशन-फ़्रेम
Question No# :
21
out of 50
For what purpose is the CSS padding property used ?
सीएसएस पैडिंग प्रॉपर्टी का उपयोग किस उद्देश्य के लिए किया जाता है?
A.
Border
Border
B.
Space
Space
C.
Background Color
Background Color
D.
Margin
Margin
Question No# :
22
out of 50
Which of the following options is correct for the following statements: 1) Vertical margins add together 2) Horizontal margins add together
Which of the following options is correct for the following statements: 1) Vertical margins add together 2) Horizontal margins add together
A.
Statement 1) is correct and 2) is incorrect
Statement 1) is correct and 2) is incorrect
B.
Statement 1) is incorrect and 2) is correct
Statement 1) is incorrect and 2) is correct
C.
Statement 1) and 2) are both correct
Statement 1) and 2) are both correct
D.
Statement 1) and 2) are both incorrect
Statement 1) and 2) are both incorrect
Question No# :
23
out of 50
Which CSS unit is relative to the font-size of the nearest parent element with a specified font size
कौन सी सीएसएस इकाई निर्दिष्ट फ़ॉन्ट आकार के साथ निकटतम मूल तत्व के फ़ॉन्ट-आकार से संबंधित है
A.
px
पिक्सल
B.
em
ईएम
C.
rem
रेम
D.
vw
vw
Question No# :
24
out of 50
<p>Match the CSS Background Property with Its Function</p><p><br></p><table class="table table-bordered"><tbody><tr><td><span style="font-size: 14px;"><b>CSS Property</b></span></td><td><span style="font-size: 14px;"><b>Function</b></span></td></tr><tr><td><span style="font-size: 14px;">A. background-color</span></td><td><span style="font-size: 14px;">1. Sets an image as the background of an element</span></td></tr><tr><td><span style="font-size: 14px;">B. background-image</span></td><td><span style="font-size: 14px;">2. Specifies how a background image repeats</span></td></tr><tr><td><span style="font-size: 14px;">C. background-repeat</span></td><td><span style="font-size: 14px;">3. Defines the position of a background image within an element</span></td></tr><tr><td><span style="font-size: 14px;">D. background-position</span></td><td><span style="font-size: 14px;">4. Sets the background color of an element</span></td></tr><tr><td><br></td><td><span style="font-size: 14px;">5. Specifies whether the background is fixed or scrolls with the page</span></td></tr><tr><td><br></td><td><span style="font-size: 14px;">6. Controls the transparency of the background color</span></td></tr></tbody></table><p><br></p>
CSS बैकग्राउंड प्रॉपर्टी को उसके फंक्शन से मिलाएं
A.
A → 3, B → 1, C → 2, D → 4
A → 3, B → 1, C → 2, D → 4
B.
A →5, B → 1, C → 2, D →6
A →5, B → 1, C → 2, D →6
C.
A → 4, B → 1, C → 2, D → 3
A → 4, B → 1, C → 2, D → 3
D.
A → 6, B → 1, C → 2, D → 3
A → 6, B → 1, C → 2, D → 3
Question No# :
25
out of 50
What is the purpose of the margin property in CSS
CSS में मार्जिन प्रॉपर्टी का उद्देश्य क्या है
A.
Adds space inside an element
किसी तत्व के अंदर स्थान जोड़ता है
B.
Adds space outside an element
किसी तत्व के बाहर स्थान जोड़ता है
C.
Sets the font size
फ़ॉन्ट आकार सेट करता है
D.
Changes the background color
पृष्ठभूमि का रंग बदलता है
Question No# :
26
out of 50
The CSS property transition is used for
CSS प्रॉपर्टी ट्रांज़िशन का उपयोग किसके लिए किया जाता है
A.
Adding a smooth transition effect to an element
किसी तत्व में सहज संक्रमण प्रभाव जोड़ना
B.
Changing the font of an element
किसी तत्व का फ़ॉन्ट बदलना
C.
Controlling the transition between different pages
विभिन्न पृष्ठों के बीच संक्रमण को नियंत्रित करना
D.
Changing the color of an element
किसी तत्व का रंग बदलना
Question No# :
27
out of 50
Which of the following properties is used to set the face of a font?
फॉण्ट का फेस सेट करने के लिए निम्न में से किस प्रॉपर्टी का प्रयोग किया जाता है?
A.
font-family
फ़ॉन्ट-फैमिली
B.
font-face
फॉन्ट फ़ेस
C.
font-variant
फॉन्ट-वैरिएंट
D.
font-style
फॉन्ट-स्टाइल
Question No# :
28
out of 50
Which of the following is not used with text-decoration property?
Which of the following is not used with text-decoration property?
A.
overline
overline
B.
underline
underline
C.
line-through
line-through
D.
inline
inline
Question No# :
29
out of 50
What does the ‘margin:auto’ means?
What does the ‘margin:auto’ means?
A.
Set the margin equally on top and bottom of the element
Set the margin equally on top and bottom of the element
B.
Set the margin equally on left and right of the element
Set the margin equally on left and right of the element
C.
Set the margin equally on all sides of the element.
Set the margin equally on all sides of the element.
D.
It is uncertain what will happen
It is uncertain what will happen
Question No# :
30
out of 50
The CSS property outline is used for:
CSS संपत्ति रूपरेखा का उपयोग इसके लिए किया जाता है:
A.
Adding a shadow to the element
तत्व में छाया जोड़ना
B.
Highlighting the border of an element
किसी तत्व की सीमा को हाइलाइट करना
C.
Changing the font size
फ़ॉन्ट का आकार बदलना
D.
Controlling the spacing between lines of text
पाठ की पंक्तियों के बीच अंतर को नियंत्रित करना
Question No# :
31
out of 50
The CSS property pointer-events: auto; does what to an element
सीएसएस संपत्ति सूचक-घटनाएँ: ऑटो; किसी तत्व के लिए क्या करता है
A.
Enables pointer events for the element
तत्व के लिए सूचक घटनाओं को सक्षम करता है
B.
Disables pointer events for the element
तत्व के लिए सूचक घटनाओं को अक्षम करता है
C.
Adds a shadow to the element
तत्व में एक छाया शामिल है
D.
Changes the font size of the element
तत्व का फ़ॉन्ट आकार बदलता है
Question No# :
32
out of 50
Which CSS property is used to create a horizontal line
क्षैतिज रेखा बनाने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
A.
hr-line
घंटा लाइन
B.
line-horizontal
रेखा-क्षैतिज
C.
horizontal-line
क्षैतिज रेखा
D.
border-bottom
सीमा-नीचे
Question No# :
33
out of 50
Which CSS property is used to control the space between letters in a text
किसी टेक्स्ट में अक्षरों के बीच के स्थान को नियंत्रित करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
A.
letter-spacing
पत्र अंतराल
B.
word-spacing
शब्द-अंतराल
C.
text-spacing
टेक्स्ट-स्पेसिंग
D.
line-spacing
पंक्ति रिक्ति
Question No# :
34
out of 50
How do you apply multiple external CSS files to an HTML document
आप एक HTML दस्तावेज़ में एकाधिक बाहरी CSS फ़ाइलें कैसे लागू करते हैं
A.
Only one file can be linked at a time
एक समय में केवल एक ही फाइल को लिंक किया जा सकता है
B.
Use multiple <link> tags for each file
प्रत्येक फ़ाइल के लिए एकाधिक <लिंक> टैग का उपयोग करें
C.
Combine all styles into one file
सभी शैलियों को एक फ़ाइल में संयोजित करें
D.
Load them with a <script> tag.
उन्हें <script> टैग के साथ लोड करें
Question No# :
35
out of 50
The CSS property box-shadow: 5px 5px 10px #888888; does what to an element
सीएसएस संपत्ति बॉक्स-छाया: 5px 5px 10px #888888; किसी तत्व के लिए क्या करता है
A.
Adds a border to the element
तत्व में एक बॉर्डर जोड़ता है
B.
Centers the element on the page
तत्व को पृष्ठ पर केन्द्रित करता है
C.
Applies a shadow to the element with specified offset, blur, and color
निर्दिष्ट ऑफसेट, धुंधलापन और रंग के साथ तत्व पर छाया लागू करता है
D.
Sets the transparency of the element
तत्व की पारदर्शिता निर्धारित करता है
Question No# :
36
out of 50
Which CSS property is used to control the spacing between lines of text
टेक्स्ट की पंक्तियों के बीच अंतर को नियंत्रित करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
A.
line-spacing
पंक्ति रिक्ति
B.
text-spacing
टेक्स्ट-स्पेसिंग
C.
line-height
ऊंची लाईन
D.
text-height
पाठ की ऊंचाई
Question No# :
37
out of 50
The CSS property line-height is used to control:
सीएसएस संपत्ति लाइन-ऊंचाई का उपयोग नियंत्रित करने के लिए किया जाता है:
A.
The spacing between lines of text
पाठ की पंक्तियों के बीच का अंतर
B.
The width of the line
लाइन की चौड़ाई
C.
The color of the text
पाठ का रंग
D.
The alignment of the text
पाठ का संरेखण
Question No# :
38
out of 50
The CSS property transform-origin is used to
CSS प्रॉपर्टी ट्रांसफ़ॉर्म-ऑरिजिन का उपयोग किया जाता है
A.
Set the initial position of a transformed element
परिवर्तित तत्व की प्रारंभिक स्थिति निर्धारित करें
B.
Define the order of stacking for positioned elements
स्थित तत्वों के लिए स्टैकिंग के क्रम को परिभाषित करें
C.
Apply a shadow to the element
तत्व पर छाया लागू करें
D.
Change the font size of the element
तत्व का फ़ॉन्ट आकार बदलें
Question No# :
39
out of 50
The CSS property border-radius is used to
CSS प्रॉपर्टी बॉर्डर-रेडियस का उपयोग किया जाता है
A.
Change the color of the border
बॉर्डर का रंग बदलें
B.
Add a shadow to the element
तत्व में एक छाया जोड़ें
C.
Create rounded corners for the element
तत्व के लिए गोल कोने बनाएं
D.
Applies absolute positioning to all child elements
सभी चाइल्ड तत्वों पर पूर्ण स्थिति लागू करता है
Question No# :
40
out of 50
Which CSS property is used to change the text color of an element
किसी तत्व के टेक्स्ट का रंग बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
A.
font-color
लिपि का रंग
B.
text-color
पाठ का रंग
C.
color
रंग
D.
text-style
पाठ शैली
Question No# :
41
out of 50
Which property is used for font size in css?
CSS में फ़ॉन्ट आकार के लिए किस प्रॉपर्टी का उपयोग किया जाता है?
A.
text-size
text-size
B.
font-size
font-size
C.
font-style
font-style
D.
fontsize
fontsize
Question No# :
42
out of 50
For fully transparent which option is right
पूर्णतः पारदर्शी के लिए कौन सा विकल्प सही है?
A.
rgba(255,55,255,1)
rgba(255,55,255,1)
B.
rgba(255,255,255,0.0)
rgba(255,255,255,0.0)
C.
rgba(255,55,255,.5)
rgba(255,55,255,.5)
D.
None of these
None of these
Question No# :
43
out of 50
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code?
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code?
A.
a { underline:none; }
a { underline:none; }
B.
a { text-decoration:no-underline; }
a { text-decoration:no-underline; }
C.
a { decoration:no-underline; }
a { decoration:no-underline; }
D.
a { text-decoration:none; }
a { text-decoration:none; }
Question No# :
44
out of 50
Which CSS property is used to set the style of the cursor when hovering over an element
किसी तत्व पर होवर करते समय कर्सर की शैली सेट करने के लिए किस सीएसएस प्रॉपर्टी का उपयोग किया जाता है
A.
cursor-style
कर्सर शैली
B.
hover-cursor
होवर-कर्सर
C.
cursor-type
कर्सर प्रकार
D.
cursor
कर्सर
Question No# :
45
out of 50
How do you make each word in a text start with a capital letter?
आप किसी पैराग्राफ में प्रत्येक शब्द के पहले अक्षर को बड़े से शुरू करने के लिए क्या करेंगे
A.
You can't do that with CSS
You can't do that with CSS
B.
transform:capitalize
transform:capitalize
C.
text-style:capitalize
text-style:capitalize
D.
text-transform:capitalize
text-transform:capitalize
Question No# :
46
out of 50
What is the correct way to set background color as blue
पृष्ठभूमि का रंग नीला करने का सही तरीका क्या है
A.
background:blue;
background:blue;
B.
background-color:rgb(0,0,255);
background-color:rgb(0,0,255);
C.
background:#0000FF;
background:#0000FF;
D.
All of the above
ऊपर के सभी
Question No# :
47
out of 50
If both an external CSS file and a <style> block in HTML target the same element, which one takes precedence
यदि बाहरी सीएसएस फ़ाइल और HTML में <style> ब्लॉक दोनों एक ही तत्व को लक्षित करते हैं, तो किसे दी जाती है
A.
The external CSS file
बाहरी सीएसएस फ़ाइल
B.
The <style> block
<शैली> ब्लॉक
C.
Neither is applied
न ही लागू किया गया है
D.
They are merged
वे विलीन हो गए हैं
Question No# :
48
out of 50
What is the correct syntax for applying a class in CSS
CSS में क्लास लगाने के लिए सही सिंटैक्स क्या है
A.
#classname
#वर्गनाम
B.
.classname
वर्गनाम
C.
classname
वर्गनाम
D.
*classname
*वर्गनाम
Question No# :
49
out of 50
Question: What does the CSS property pointer-events: none; do?
सीएसएस प्रॉपर्टी पॉइंटर-इवेंट्स: कोई नहीं; करना?
A.
Disables pointer events for the element
तत्व के लिए सूचक घटनाओं को अक्षम करता है
B.
Enables pointer events for the element
तत्व के लिए सूचक घटनाओं को सक्षम करता है
C.
Adds a pointer to the element
तत्व में एक सूचक जोड़ता है
D.
Changes the color of the pointer
पॉइंटर का रंग बदलता है
Question No# :
50
out of 50
Which CSS property sets a background image for an element?
किस CSS प्रॉपर्टी की मदद से किसी एलिमेंट में बैकग्राउंड इमेज लगा सकते है
A.
background
background
B.
background-attachment
background-attachment
C.
background-color
background-color
D.
background or background-image both
background और background-image both
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2026
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level Online Test in Hindi
Best Website and Software Company in Allahabad