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
Which is not a valid Background property of css
जो सीएसएस की वैध पृष्ठभूमि संपत्ति नहीं है
A.
background-image
पृष्ठभूमि छवि
B.
background-position
पृष्ठभूमि स्थिति
C.
background-color
पृष्ठभूमि का रंग
D.
background-iterate
पृष्ठभूमि-पुनरावृत्ति
Question No# :
02
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# :
03
out of 50
Default value of CSS position property is
सीएसएस पोजीशन प्रॉपर्टी का डिफ़ॉल्ट मान है
A.
Relative
Relative
B.
Absolute
Absolute
C.
Fixed
Fixed
D.
Static
Static
Question No# :
04
out of 50
What is the purpose of the CSS property position: relative;?
सीएसएस संपत्ति स्थिति का उद्देश्य क्या है: सापेक्ष;
A.
Removes the element from the document flow
दस्तावेज़ प्रवाह से तत्व को हटा देता है
B.
Positions the element relative to its normal position
तत्व को उसकी सामान्य स्थिति के सापेक्ष स्थित करता है
C.
Centers the element on the page
तत्व को पृष्ठ पर केन्द्रित करता है
D.
Applies relative positioning to all child elements
सभी चाइल्ड तत्वों पर सापेक्ष स्थिति लागू करता है
Question No# :
05
out of 50
What does the CSS property overflow: hidden; do
सीएसएस संपत्ति क्या करती है अतिप्रवाह: छिपा हुआ; करना
A.
Hides the content that overflows the element's box
उस सामग्री को छुपाता है जो तत्व के बॉक्स को ओवरफ़्लो करती है
B.
Adds a shadow to the element
तत्व में एक छाया जोड़ता है
C.
Centers the element on the page
तत्व को पृष्ठ पर केन्द्रित करता है
D.
Removes the element from the document flow
दस्तावेज़ प्रवाह से तत्व को हटा देता है
Question No# :
06
out of 50
Which CSS Property specifies the clarity of the image ?
कौन सी सीएसएस प्रॉपर्टी इमेज की स्पष्टता निर्दिष्ट करती है?
A.
Overlay
Overlay
B.
Clearfix
Clearfix
C.
Clarity
Clarity
D.
Opacity
Opacity
Question No# :
07
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# :
08
out of 50
Which HTML tag is used to apply an external CSS file
बाहरी CSS फ़ाइल को लागू करने के लिए किस HTML टैग का उपयोग किया जाता है
A.
<style>
<शैली>
B.
<css>
<सीएसएस>
C.
. <link>
<लिंक>
D.
. <script>
<स्क्रिप्ट>
Question No# :
09
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# :
10
out of 50
The "color:black" in CSS syntax is known as
सी एस एस सिंटैक्स में "रंग: काला" को के रूप में जाना जाता है
A.
Vaiue
Vaiue
B.
Declaration
Declaration
C.
Selector
Selector
D.
Rule
Rule
Question No# :
11
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# :
12
out of 50
How do you display hyperlinks without an underline?
How do you display hyperlinks without an underline?
A.
a {decoration:no-underline;}
a {decoration:no-underline;}
B.
a {underline:none;}
a {underline:none;}
C.
a {text-decoration:none;}
a {text-decoration:none;}
D.
a {text-decoration:no-underline;}
a {text-decoration:no-underline;}
Question No# :
13
out of 50
Which of the following is not a value for font-style property?
Which of the following is not a value for font-style property?
A.
normal
normal
B.
italic
italic
C.
oblique
oblique
D.
none of the above
none of the above
Question No# :
14
out of 50
Which property will be used to display an image of at least 100px width?
Which property will be used to display an image of at least 100px width?
A.
max-height
max-height
B.
max-width
max-width
C.
min-height
min-height
D.
min-width
min-width
Question No# :
15
out of 50
What does the CSS property object-fit control
CSS प्रॉपर्टी ऑब्जेक्ट-फिट नियंत्रण क्या करती है
A.
The size of the content box
सामग्री बॉक्स का आकार
B.
The alignment of the text
पाठ का संरेखण
C.
How an element's content should be resized to fit its container
किसी तत्व की सामग्री को उसके कंटेनर में फिट करने के लिए कैसे आकार बदला जाना चाहिए
D.
The position of the element in the viewport
व्यूपोर्ट में तत्व की स्थिति
Question No# :
16
out of 50
The CSS property overflow: auto; is used to
सीएसएस संपत्ति अतिप्रवाह: ऑटो; करने के लिए प्रयोग किया जाता है
A.
Hide the content that overflows the element's box
उस सामग्री को छुपाएं जो तत्व के बॉक्स को ओवरफ्लो करती है
B.
Add a scroll bar to the element if the content overflows
यदि सामग्री ओवरफ्लो हो जाती है तो तत्व में एक स्क्रॉल बार जोड़ें
C.
Expand the element to fit its conten
तत्व को उसकी सामग्री में फिट करने के लिए उसका विस्तार करें
D.
Remove the element from the document flow
दस्तावेज़ प्रवाह से तत्व निकालें
Question No# :
17
out of 50
Which property is used to display the text in italics?
Which property is used to display the text in italics?
A.
font-family
font-family
B.
font-style
font-style
C.
font-weight
font-weight
D.
text-style
text-style
Question No# :
18
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# :
19
out of 50
The CSS property font-style: italic; does what to the text
सीएसएस संपत्ति फ़ॉन्ट-शैली: इटैलिक; पाठ के साथ क्या करता है
A.
Makes the text bold
टेक्स्ट को बोल्ड बनाता है
B.
Applies an underline to the text
पाठ पर एक रेखांकन लागू करता है
C.
Applies an italic style to the text
टेक्स्ट पर इटैलिक शैली लागू करता है
D.
Centers the text within the container
टेक्स्ट को कंटेनर के भीतर केन्द्रित करता है
Question No# :
20
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# :
21
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# :
22
out of 50
Which pseudo-class is used to define the style of an element when a user mouses over it
जब कोई उपयोगकर्ता किसी तत्व पर माउस ले जाता है तो उसकी शैली को परिभाषित करने के लिए किस छद्म वर्ग का उपयोग किया जाता है
A.
:link
:जोड़ना
B.
:hover
:होवर
C.
:active
:सक्रिय
D.
:focus
:केंद्र
Question No# :
23
out of 50
What is the default value of the position property?
CSS में पोजीशन प्रॉपर्टी के डिफ़ॉल्ट वैल्यू क्या है
A.
absolute
absolute
B.
static
static
C.
fixed
fixed
D.
relative
relative
Question No# :
24
out of 50
The CSS property box-sizing: border-box; includes:
सीएसएस संपत्ति बॉक्स-आकार: सीमा-बॉक्स; इसमें शामिल हैं
A.
Only the content of the box in the specified width and height
निर्दिष्ट चौड़ाई और ऊंचाई में केवल बॉक्स की सामग्री
B.
Both the content and padding in the specified width and height
निर्दिष्ट चौड़ाई और ऊंचाई में सामग्री और पैडिंग दोनों
C.
Only the padding of the box in the specified width and height
केवल निर्दिष्ट चौड़ाई और ऊंचाई में बॉक्स की पैडिंग
D.
Only the border of the box in the specified width and height
निर्दिष्ट चौड़ाई और ऊंचाई में केवल बॉक्स का बॉर्डर
Question No# :
25
out of 50
The CSS property margin: 10px auto; does what to an element
सीएसएस संपत्ति मार्जिन: 10px ऑटो; किसी तत्व के लिए क्या करता है
A.
Adds a margin of 10 pixels on all sides of the element
तत्व के सभी तरफ 10 पिक्सेल का मार्जिन जोड़ता है
B.
Centers the element horizontally
तत्व को क्षैतिज रूप से केन्द्रित करता है
C.
Aligns the element to the top of its container
तत्व को उसके कंटेनर के शीर्ष पर संरेखित करता है
D.
Increases the font size of the element
तत्व का फ़ॉन्ट आकार बढ़ाता है
Question No# :
26
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# :
27
out of 50
The CSS property box-sizing: content-box; includes
सीएसएस संपत्ति बॉक्स-आकार: सामग्री-बॉक्स; शामिल
A.
Only the content of the box in the specified width and height
निर्दिष्ट चौड़ाई और ऊंचाई में केवल बॉक्स की सामग्री
B.
Both the content and padding in the specified width and height
निर्दिष्ट चौड़ाई और ऊंचाई में सामग्री और पैडिंग दोनों
C.
Only the padding of the box in the specified width and height
केवल निर्दिष्ट चौड़ाई और ऊंचाई में बॉक्स की पैडिंग
D.
Only the border of the box in the specified width and height
निर्दिष्ट चौड़ाई और ऊंचाई में केवल बॉक्स का बॉर्डर
Question No# :
28
out of 50
Which property is used to change the font of an element?
किसी तत्व का फ़ॉन्ट बदलने के लिए किस गुण का उपयोग किया जाता है?
A.
font-style
font-style
B.
font-family
font-family
C.
font-weight
font-weight
D.
font-color
font-color
Question No# :
29
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
Question No# :
30
out of 50
The CSS property text-transform: uppercase; is used to:
सीएसएस संपत्ति टेक्स्ट-ट्रांसफॉर्म: अपरकेस; करने के लिए प्रयोग किया जाता है
A.
Transform the text to italics
टेक्स्ट को इटैलिक में बदलें
B.
Change the text color to uppercase
टेक्स्ट का रंग अपरकेस में बदलें
C.
Apply uppercase letters to the text
पाठ में बड़े अक्षर लागू करें
D.
Set the font size to uppercase
फ़ॉन्ट आकार को अपरकेस पर सेट करें
Question No# :
31
out of 50
What does the CSS property background-repeat: no-repeat; do
CSS प्रॉपर्टी बैकग्राउंड-रिपीट: नो-रिपीट; क्या करती है
A.
Repeats the background horizontally and vertically
पृष्ठभूमि को क्षैतिज और लंबवत रूप से दोहराता है
B.
Does not repeat the background image
पृष्ठभूमि छवि को दोहराता नहीं है
C.
Repeats the background only vertically
पृष्ठभूमि को केवल लंबवत रूप से दोहराता है
D.
Changes the background color
पृष्ठभूमि का रंग बदलता है
Question No# :
32
out of 50
What does the CSS property word-wrap: break-word; do
CSS प्रॉपर्टी वर्ड-रैप: ब्रेक-वर्ड; का क्या अर्थ है? करना
A.
Breaks the text into individual words
पाठ को अलग-अलग शब्दों में तोड़ता है
B.
Wraps the text within the container when it reaches the end
अंत तक पहुंचने पर टेक्स्ट को कंटेनर के भीतर लपेट देता है
C.
Breaks the text into separate lines
टेक्स्ट को अलग-अलग पंक्तियों में तोड़ता है
D.
Wraps the text within the element without breaking words
शब्दों को तोड़े बिना टेक्स्ट को तत्व के भीतर लपेट देता है
Question No# :
33
out of 50
From the below mentioned CSS properties, which of the following is used to make the text bold?
नीचे दिए गए सी एस एस प्रॉपर्टी से, टेक्स्ट को बोल्ड बनाने के लिए निम्न में से किसका उपयोग किया जाता है?
A.
Text-align: bold
Text-align: bold
B.
Font-style: bold
Font-style: bold
C.
Font-weight: bold
Font-weight: bold
D.
Text-decoration: bold
Text-decoration: bold
Question No# :
34
out of 50
What does the CSS property position: absolute; 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.
Applies absolute positioning to all child elements
सभी चाइल्ड तत्वों पर पूर्ण स्थिति लागू करता है
Question No# :
35
out of 50
What does the CSS property display: none; do
सीएसएस संपत्ति क्या प्रदर्शित करती है: कोई नहीं; करना
A.
Hides the element
तत्व को छुपाता है
B.
Changes the font
फ़ॉन्ट बदलता है
C.
Increases the element's size
तत्व का आकार बढ़ाता है
D.
Makes the element visible
तत्व को दृश्यमान बनाता है
Question No# :
36
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# :
37
out of 50
What is the default value of the display property for a <div> elementWhat is the default value of the display property for a <div> element
<div> तत्व के लिए डिस्प्ले प्रॉपर्टी का डिफ़ॉल्ट मान क्या है
A.
inline
इन - लाइन
B.
block
अवरोध पैदा करना
C.
inline-block
इनलाइन-ब्लॉक
D.
flex
मोड़ना
Question No# :
38
out of 50
Which property is used to set the space between the element's border and content
तत्व की सीमा और सामग्री के बीच स्थान निर्धारित करने के लिए किस गुण का उपयोग किया जाता है
A.
margin
अंतर
B.
padding
गद्दी
C.
border-spacing
सीमा-अंतराल
D.
spacing
अंतर
Question No# :
39
out of 50
The CSS property text-overflow: ellipsis; is used when:
सीएसएस संपत्ति text-overflow: ellipsis; प्रयोग तब किया जाता है जब
A.
The text should be vertically centered
पाठ लंबवत केन्द्रित होना चाहिए
B.
The text should be aligned to the right
पाठ को दाईं ओर संरेखित किया जाना चाहिए
C.
The text is too long to fit in the container
टेक्स्ट कंटेनर में फिट होने के लिए बहुत लंबा है
D.
The text color should be changed
टेक्स्ट का रंग बदला जाना चाहिए
Question No# :
40
out of 50
The CSS property flex-grow is used to
CSS प्रॉपर्टी flex-grow का उपयोग किया जाता है
A.
Specify the initial size of a flex item
किसी फ्लेक्स आइटम का प्रारंभिक आकार निर्दिष्ट करें
B.
Define the order of a flex item
फ्लेक्स आइटम के क्रम को परिभाषित करें
C.
Control how much a flex item can shrink relative to the other flex items
नियंत्रित करें कि एक फ्लेक्स आइटम अन्य फ्लेक्स आइटम के सापेक्ष कितना सिकुड़ सकता है
D.
Control how much a flex item can grow relative to the other flex items
नियंत्रित करें कि एक फ्लेक्स आइटम अन्य फ्लेक्स आइटम के सापेक्ष कितना बढ़ सकता
Question No# :
41
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# :
42
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# :
43
out of 50
The CSS property outline: none; is used to:
सीएसएस संपत्ति रूपरेखा: कोई नहीं; करने के लिए प्रयोग किया जाता है
A.
Remove the border of an element
किसी एलिमेंट की सीमा हटाएँ
B.
Remove the shadow of an element
किसी एलिमेंट की छाया हटाएँ
C.
Remove the outline of an element
किसी एलिमेंट की रूपरेखा निकालें
D.
Remove the background color of an element
किसी एलिमेंट का पृष्ठभूमि रंग हटाएँ
Question No# :
44
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# :
45
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# :
46
out of 50
Which property sets the font of an element
कौन सा गुण किसी तत्व का फ़ॉन्ट सेट करता है
A.
Font
फ़ॉन्ट
B.
font-family
फुहारा परिवार
C.
Font
फ़ॉन्ट
D.
type
प्रकार
Question No# :
47
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# :
48
out of 50
The CSS property font-weight is used to control:
The CSS property font-weight is used to control:
A.
The size of the font
अक्षरों के बीच का अंतर
B.
The thickness of the font characters
फ़ॉन्ट वर्णों की मोटाई
C.
The color of the font
फ़ॉन्ट का रंग
D.
The spacing between letters
अक्षरों के बीच का अंतर
Question No# :
49
out of 50
The CSS property word-break: break-all; is used to
सीएसएस संपत्ति वर्ड-ब्रेक: ब्रेक-ऑल; करने के लिए प्रयोग किया जाता है
A.
Break the text into individual words
पाठ को अलग-अलग शब्दों में तोड़ें
B.
Allow long words to break and wrap onto the next line
लंबे शब्दों को टूटने दें और अगली पंक्ति में लपेटने दें
C.
Prevent hyphenation of words
शब्दों के हाइफ़नेशन को रोकें
D.
Change the font style of text
टेक्स्ट की फ़ॉन्ट शैली बदलें
Question No# :
50
out of 50
Which selector applies styles to all <p> elements inside a <div> element
कौन सा चयनकर्ता <div> तत्व के अंदर सभी <p> तत्वों पर शैलियाँ लागू करता है
A.
div, p
डिव, पी
B.
div + p
डिव + पी
C.
div p
डिव पी
D.
div > p
डिव > पी
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