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 HTML tag is used to apply an external CSS file
बाहरी CSS फ़ाइल को लागू करने के लिए किस HTML टैग का उपयोग किया जाता है
A.
<style>
<शैली>
B.
<css>
<सीएसएस>
C.
. <link>
<लिंक>
D.
. <script>
<स्क्रिप्ट>
Question No# :
02
out of 50
Which CSS property is used to control the order of flex items in the container
कंटेनर में फ्लेक्स आइटम के क्रम को नियंत्रित करने के लिए किस सीएसएस प्रॉपर्टी का उपयोग किया जाता है
A.
flex-order
flex-order
B.
order
order
C.
flex-direction
flex-direction
D.
item-order
item-order
Question No# :
03
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# :
04
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# :
05
out of 50
Which of the following ways are valid to specify white color using CSS ?
सीएसएस का उपयोग करके सफेद रंग निर्दिष्ट करने के लिए निम्नलिखित में से कौन से तरीके मान्य हैं?
A.
#FFFFFF
#FFFFFF
B.
rgb (255, 255, 255)
rgb (255, 255, 255)
C.
rgb (FF,FF, FF)
rgb (FF,FF, FF)
D.
Both A and B
Both A and B
Question No# :
06
out of 50
The CSS property text-align: center; is used to
सीएसएस संपत्ति टेक्स्ट-एलाइन: सेंटर; करने के लिए प्रयोग किया जाता है
A.
Align the text to the left
पाठ को बाईं ओर संरेखित करें
B.
Align the text to the right
पाठ को दाईं ओर संरेखित करें
C.
Center-align the text
पाठ को केंद्र-संरेखित करें
D.
Justify the text
पाठ का औचित्य सिद्ध करें
Question No# :
07
out of 50
In the following transition, what does .4s describe? transition: color .4s linear;
निम्नलिखित ट्रांजीशन में, .4s क्या वर्णन करता है?
A.
Word-spacing
Word-spacing
B.
Padding
Padding
C.
Duration
Duration
D.
Property
Property
Question No# :
08
out of 50
Which property is used in CSS to change the background color?
CSS में बैकग्राउंड का रंग बदलने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?
A.
bgcolor
बीजी कलर
B.
background-color
बैकग्राउंड कलर
C.
color
कलर
D.
back-color
बैक-कलर
Question No# :
09
out of 50
By using CSS style or code, how can one remove the underline from all hyperlinks?
सी एस एस स्टाइल या कोड का उपयोग करके, सभी हाइपरलिंक्स से रेखांकन को कैसे हटाया जा सकता है?
A.
a {text-decoration: no-underline;}
a {text-decoration: no-underline;}
B.
a {text: no-underline;}
a {text: no-underline;}
C.
a {text-decoration:none;}
a {text-decoration:none;}
D.
a (text-style: no-underline;}
a (text-style: no-underline;}
Question No# :
10
out of 50
How do you make a list item in an unordered list display without bullets
आप बुलेट के बिना एक अव्यवस्थित सूची डिस्प्ले में एक सूची आइटम कैसे बनाते हैं
A.
list-style-type: none;
list-style-type: none;
B.
text-decoration: none;
text-decoration: none;
C.
bullet-style: none;
bullet-style: none;
D.
display: no-bullet;
display: no-bullet;
Question No# :
11
out of 50
Which CSS property is used to set the background color of an element
किसी तत्व का पृष्ठभूमि रंग सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A.
background-color
पृष्ठभूमि का रंग
B.
color
रंग
C.
bgcolor
बीजी रंग
D.
background
पृष्ठभूमि
Question No# :
12
out of 50
If the background image is of larger or smaller size than the container width, then which line of code will resize it to make fully visible?
If the background image is of larger or smaller size than the container width, then which line of code will resize it to make fully visible?
A.
background-size: contain;
background-size: contain;
B.
background-repeat: no-repeat;
background-repeat: no-repeat;
C.
background-size: cover;
background-size: cover;
D.
none of the above
none of the above
Question No# :
13
out of 50
The CSS property text-justify: inter-word; is used to
सीएसएस संपत्ति text-justify: inter-word; करने के लिए प्रयोग किया जाता है
A.
Center-align the text
पाठ को केंद्र-संरेखित करें
B.
Justify the text by increasing the space between words
शब्दों के बीच रिक्त स्थान बढ़ाकर पाठ का औचित्य सिद्ध करें
C.
Align the text to the left
पाठ को बाईं ओर संरेखित करें
D.
Change the font style of the text
टेक्स्ट की फ़ॉन्ट शैली बदलें
Question No# :
14
out of 50
How to add shadow to text in css?
सीएसएस में टेक्स्ट में छाया कैसे जोड़ें?
A.
content shadow
content shadow
B.
text-shadow
text-shadow
C.
word-shadow
word-shadow
D.
text outline
text outline
Question No# :
15
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# :
16
out of 50
What is the correct way to remove the underline from text
टेक्स्ट से अंडरलाइन हटाने का सही तरीका क्या है
A.
text-underline:none
text-underline:none
B.
text-decoration:none;
text-decoration:none;
C.
text-underline:hide;
text-underline:hide;
D.
text-decoration:hide;
text-decoration:hide;
Question No# :
17
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# :
18
out of 50
The CSS property max-width is used to:
CSS प्रॉपर्टी max-width का उपयोग इसके लिए किया जाता है:
A.
Set the maximum height of an element
किसी तत्व की अधिकतम ऊंचाई निर्धारित करें
B.
Set the maximum width of an element
किसी तत्व की अधिकतम चौड़ाई निर्धारित करें
C.
Set the minimum width of an element
किसी तत्व की न्यूनतम चौड़ाई निर्धारित करें
D.
Change the font size
फ़ॉन्ट आकार बदलें
Question No# :
19
out of 50
Which CSS attribute(s) should one use to create a pink dotted border around an image?
किसी छवि के चारों ओर गुलाबी डॉटेड बॉर्डर बनाने के लिए किस सीएसएस विशेषता (विशेषताओं) का उपयोग करना चाहिए?
A.
border-line
बॉर्डर-लाइन
B.
border-style
बॉर्डर-स्टाइल
C.
border-color
बॉर्डर-कलर
D.
Both B and C
बी और सी दोनों
Question No# :
20
out of 50
What does the CSS property box-shadow allow you to do
CSS प्रॉपर्टी बॉक्स-शैडो आपको क्या करने की अनुमति देती है
A.
Add a shadow to the border of an element
किसी तत्व की सीमा पर एक छाया जोड़ें
B.
Change the background color of an element
किसी तत्व का पृष्ठभूमि रंग बदलें
C.
Increase the element's size
तत्व का आकार बढ़ाएँ
D.
Apply a shadow to the text inside an element
किसी तत्व के अंदर टेक्स्ट पर छाया लागू करें
Question No# :
21
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# :
22
out of 50
The CSS property transition-delay is used to:
सीएसएस संपत्ति संक्रमण-विलंब का उपयोग इसके लिए किया जाता है
A.
Set the duration of the transition effect
संक्रमण प्रभाव की अवधि निर्धारित करें
B.
Define the property being transitioned
परिवर्तित की जा रही संपत्ति को परिभाषित करें
C.
Specify the starting value of the transitioned property
परिवर्तित संपत्ति का प्रारंभिक मूल्य निर्दिष्ट करें
D.
Introduce a delay before the transition effect begins
संक्रमण प्रभाव शुरू होने से पहले विलंब का परिचय दें
Question No# :
23
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# :
24
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# :
25
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# :
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
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# :
28
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# :
29
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# :
30
out of 50
Which CSS property sets a background image for an element
कौन सी सीएसएस प्रॉपर्टी किसी तत्व के लिए पृष्ठभूमि छवि सेट करती है
A.
background-color
पृष्ठभूमि का रंग
B.
background
पृष्ठभूमि
C.
background-image
पृष्ठभूमि छवि
D.
both b and c
बी और सी दोनों
Question No# :
31
out of 50
If an element have margin values 20px for top, 20px for bottom, 30px for right, 30px for left. Then which of the following is the correct way to set the margin?
If an element have margin values 20px for top, 20px for bottom, 30px for right, 30px for left. Then which of the following is the correct way to set the margin?
A.
margin: 20px 20px 30px 30px
margin: 20px 20px 30px 30px
B.
margin: 30px 20px
margin: 30px 20px
C.
margin: 20px 30px
margin: 20px 30px
D.
margin: 30px 30px 20px 20px
margin: 30px 30px 20px 20px
Question No# :
32
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# :
33
out of 50
Which CSS property is used to change the background color?
बैकग्राउंड रंग बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
A.
color
color
B.
background-color
background-color
C.
bgcolor
bgcolor
D.
None Of These
None Of These
Question No# :
34
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# :
35
out of 50
Which of the following properties will we use to display border around cell without any content?
निम्नलिखित में से किस गुण का उपयोग हम बिना किसी प्रॉपर्टी के सेल के चारों ओर बॉर्डर डिस्प्ले करने के लिए करेंगे?
A.
Empty-cell
एम्प्टी
B.
Blank-cell
ब्लेंक सेल
C.
Noncontent-cell
नॉनकंटेन्ट-सेल
D.
no-cell
नो-सेल
Question No# :
36
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# :
37
out of 50
What does the CSS property border: 2px solid #000; do
सीएसएस संपत्ति सीमा क्या है: 2px ठोस #000; करना
A.
Sets a solid black border with a width of 2 pixels
2 पिक्सेल की चौड़ाई के साथ एक ठोस काला बॉर्डर सेट करता है
B.
Adds a shadow to the border of an element
किसी तत्व की सीमा पर एक छाया जोड़ता है
C.
Removes the border from the element
तत्व से बॉर्डर हटा देता है
D.
Changes the font color to black
फ़ॉन्ट का रंग बदलकर काला कर देता है
Question No# :
38
out of 50
Which of the following CSS style properties is used to specify an italic text?
टेक्स्ट को इटैलिक करने के लिए निम्नलिखित में से किस CSS स्टाइल प्रॉपर्टी का उपयोग किया जाता है?
A.
style
style
B.
font
font
C.
font-style
font-style
D.
@font-face
@font-face
Question No# :
39
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# :
40
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# :
41
out of 50
How do you add a background color for all <h1> elements?
How do you add a background color for all <h1> elements?
A.
all.h1 { background-color:#FFFFFF; }
all.h1 { background-color:#FFFFFF; }
B.
h1 { background-color:#FFFFFF; }
h1 { background-color:#FFFFFF; }
C.
h1.all { background-color:#FFFFFF; }
h1.all { background-color:#FFFFFF; }
D.
none of the above
none of the above
Question No# :
42
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# :
43
out of 50
If an element have padding values 20px for top, 30px bottom, 15px for right, 10px for left. Then which of the following is the correct way to set that padding?
यदि किसी element में ऊपर (top) के लिए 20px, नीचे (bottom) के लिए 30px, दाएँ (right) के लिए 15px और बाएँ (left) के लिए 10px padding दी गई है, तो निम्न में से कौन-सा तरीका उस padding को सही रूप से सेट करता है?
A.
padding: 20px 30px 15px 10px
padding: 20px 30px 15px 10px
B.
padding: 20px 15px 30px 10px
padding: 20px 15px 30px 10px
C.
padding: 15px 30px 10px 20px
padding: 15px 30px 10px 20px
D.
padding: 30px 15px 20px 10px
padding: 30px 15px 20px 10px
Question No# :
44
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# :
45
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# :
46
out of 50
Identify correct statement about CSS padding property :
CSS पैडिंग प्रॉपर्टी के बारे में सही कथन की पहचान करें:
A.
Padding is used to create space around an element's content, inside of any defined borders.
Padding is used to create space around an element's content, inside of any defined borders.
B.
There are properties for setting the padding for each side of an element.
There are properties for setting the padding for each side of an element.
C.
To shorten the code, it is possible to specify all the padding properties in one property.
To shorten the code, it is possible to specify all the padding properties in one property.
D.
All of the options
All of the options
Question No# :
47
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# :
48
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# :
49
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# :
50
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
निर्दिष्ट चौड़ाई और ऊंचाई में केवल बॉक्स का बॉर्डर
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