page-banner
Chapter-4 CSS
Q1.
CSS का पूरा नाम कैस्केडिंग स्टाइल शीट्स है ।

CSS stands for Cascading Style Sheets.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q2.
CSS सिंटैक्स में “color:black” को __________ के रूप में जाना जाता है।

The “color:black” in CSS syntax is known as __________.
A. मूल्य/Value
B. घोषणा/Declaration
C. चयनकर्ता/Selector
D. नियम/Rule
View Answer
Q3.
CSS का उपयोग किसी भी प्रकार के XML दस्तावेज़ों के साथ भी किया जा सकता है।

CSS can also be used with any kind of XML documents.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q4.
CSS में कमेंट लिखने के लिए प्रयोग किया जाने वाला सिंबल है

Symbol used to write comment in CSS is :
A. /* */
B. //
C. # #
D. #
View Answer
Q5.
एक CSS नियम सेट में एक सेलेक्टर और एक डिक्लेरेशन ब्लॉक होता है।

A CSS rule set contains a selector and a declaration block.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q6.
CSS में टेक्स्ट का आकार कैसे बदलें?

How to change the text sizes in CSS ?
A. font-family/font-family
B. font-size/font-size
C. font/font
D. दोनों A और C/Both A and C
View Answer
Q7.
ग्रुपिंग सेलेक्टर का उपयोग विभिन्न स्टाइल परिभाषाओं वाले सभी एलिमेंट का चयन करने के लिए किया जाता है।

The grouping selector is used to select all the elements with the different style definitions.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q8.
आईडी सेलेक्टर एक विशिष्ट एलेमेंट का चयन करने के लिए एक HTML एलिमेंट की आईडी एट्रिब्यूट का चयन करता है।

Id selector selects the id attribute of an HTML element to select a specific element.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q9.
इनलाइन सीएसएस का उपयोग कई लाइनों या एलिमेंट्स पर सीएसएस लागू करने के लिए किया जाता है।

Inline CSS is used to apply CSS on multiple lines or elements.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q10.
CSS की पोजीशन प्रॉपर्टी की डिफॉल्ट वैल्यू __________ होता है।

CSS's position property default value is __________.
A. Relative/Relative
B. Absolute/Absolute
C. Fixed/Fixed
D. Static/Static
View Answer
Q11.
एक से अधिक दस्तावेज़ों में मल्टिपल स्टाइल्स को जोड़ने के लिए इंटरनल स्टाइल शीट का उपयोग किया जाता है।

The internal style sheet is used to add multiple styles for more than one document.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q12.
CSS में टेक्स्ट में शैडो कैसे जोड़ें?

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
View Answer
Q13.
एक्सटर्नल स्टाइल शीट केवल एक फ़ाइल को बदलकर पूरी वेब साइट के रूप को बदलने की सुविधा प्रदान करती है।

The external style sheet facilitates one to change the look of the entire web site by changing just one file.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q14.
पंक्ति की ऊंचाई बढ़ाने के लिए निम्न में से किसका उपयोग किया जाता है?

Which of the following is used to increase the row height?
A. row span/row span
B. col span/col span
C. cell spacing/cell spacing
D. cell padding/cell padding
View Answer
Q15.
अपनी वेबसाइट को मोबाइल फ्रेंडली बनाने के लिए आप अपनी वेबसाइट बना सकते हैं।

To make your website mobile friendly, you can make your website.
A. Responsive/Responsive
B. Dynamic/Dynamic
C. Static/Static
D. None/None
View Answer
Q16.
एक्सटर्नल स्टाइल शीट को रेफर करने के लिए सही HTML क्या है?

What is the correct HTML for referring to an external style sheet ?
A. <link rel="stylesheet" type="text/css" href="mystyle.css">
B. <stylesheet> mystyle.css</stylesheet>
C. <style src="mystyle.css">
D. <style link="mystyle.css">
View Answer
Q17.
एक्सटर्नल स्टाइल शीट को संदर्भित करने के लिए एक HTML दस्तावेज़ में सही स्थान कहाँ है?

Where in an HTML document is the correct place to refer to an external style sheet
A. <body> सेक्शन में/In the <body> section
B. <head> सेक्शन में/In the <head> section
C. डॉक्युमेंट के अंत में/At the end of the document
D. डॉक्युमेंट में कहीं भी/Anywhere in the document
View Answer
Q18.
CSS में HSL का पूरा नाम क्या है :

HSL in CSS stands for ?
A. hue, standard, lightning/hue, standard, lightning
B. height, standard, line-break/height, standard, line-break
C. hue, saturation, lightness/hue, saturation, lightness
D. hue, standard, line-width/hue, standard, line-width
View Answer
Q19.
पैडिंग प्रॉपर्टी में निगेटिव वैल्यू दिये जाने की अनुमति है।

Padding property is allowed using negative values.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q20.
CSS में आपकी सामग्री की दो पंक्तियों के बीच का अंतर ............ द्वारा निर्धारित किया जाता है:

In CSS the difference between two lines of your content is set by :
A. min-height property/min-height property
B. line-height property/line-height property
C. max-height property/max-height property
D. इनमें से कोई नहीं/none of these
View Answer
Q21.
# कोड की उपरोक्त पंक्तियों में दर्शाता है:

The # in the above lines of code represents:
<style>
    #myHeader {
        background-color: lightblue;
        color: black;
        padding: 40px;
        text-align: center;
    }
</style>
A. एक आईडी टैग/an id tag
B. क्लास नाम/class name
C. एक यूनिवर्सल टैग/a universal tag
D. हॉरिजॉन्टल फ्रेम/horizontal frame
View Answer
Q22.
यूनिवर्सल सेलेक्टर को वाइल्डकार्ड करैक्टर के रूप में कभी भी उपयोग नहीं किया जाता है।

The universal selector is never used as a wildcard character.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q23.
CSS में किसी एलिमेंट की बैकग्राउंड का रंग बदलने के लिए उपयोग की जाने वाली विशेषता:

The attribute used to change the background color of an element in CSS:
A. bgcolor
B. color-bg
C. bg-color
D. background-color
View Answer
Q24.
निम्नलिखित में से कौन सा सेलेक्टर्स उन एलिमेंट्स का चयन करने के लिए प्रयोग किया जाता है जिनकी एट्रिब्यूट वैल्यू स्पेसिफाईड वैल्यू के साथ समाप्त होती है ।

Which of the following selector is used to select elements whose attribute value ends with a specified value.
A. [attribute="value"]
B. [attribute$="value"]
C. [$attribute="value"]
D. [attribute^="value"]
View Answer
Q25.
CSS वेरिएबल में वैल्यू डालने के लिए प्रयोग होने वाला फंक्शन है:

Function to insert values of a CSS variable is:
A. var()
B. rand()
C. varchar()
D. calc()
View Answer
Q26.
CSS में एक प्रकार का कॉम्बिनेटर है:

A type of combinator in CSS is:
A. >
B. +
C. ~
D. उपरोक्त सभी/All of the above
View Answer
Q27.
आईडी सेलेक्टर ........ द्वारा डिनोट किया जाता है:

Id selector is donated by the:
A. #
B. 1#
C. *
D. इनमें से कोई नहीं/None of the above
View Answer
Q28.
* कोड की उपरोक्त पंक्ति में दर्शाता है:

In the above line of code * represents:
*my classname {
    attributes here
}
A. क्लास सेलेक्टर/class selector
B. यूनिवर्सल सेलेक्टर/universal selector
C. आईडी सेलेक्टर/id selector
D. इनमें से कोई नहीं/None of the above
View Answer
Q29.
वेबसाइटों के पेजों को डिजाइन करने के लिए लोकप्रिय रूप से उपयोग किए जाने वाले CSS का प्रकार:

The type of CSS popularly used for designing pages for websites:
A. इनलाइन/Inline
B. एक्सटर्नल/External
C. इंटरनल/Internal
D. इनमें से कोई नहीं/None of the above
View Answer
Q30.
निम्नलिखित में से कौन सा सही CSS सिंटैक्स है?

Which of the following is the correct CSS syntax?
A. <h1 "color:Tomato;">...</h1>
B. <h1 style:"color=Tomato;">...</h1>
C. <h1 style="color:Tomato;">...</h1>
D. <h1 “color=Tomato;">...</h1>
View Answer
Q31.
CSS में एलिमेंट की पारदर्शिता को स्पेसीफाईड करने के लिए निम्न में से किसका उपयोग किया जाता है:

Which of the following is used to specify the transparency of an element is in CSS:
A. opacity
B. filter
C. visibility
D. vague
View Answer
Q32.
CSS में निम्नलिखित में से कौन से विभिन्न प्रकार के ग्रेडिएंट हैं:

In CSS which of the following are different types of gradients:
A. Linear
B. Conic
C. Radial
D. सभी/All of the above
View Answer
Q33.
CSS एलिमेंट सेलेक्टर CSS में सेलेक्टर्स का प्रकार है

CSS Element Selector is types of selectors in CSS.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q34.
CSS में एक तत्व के चारों ओर गोल कोनों को बनाने के लिए उपयोग की जाने वाली विशेषता है:

The attribute used to make rounded corners around an element in CSS is:
A. border-radius
B. border-round
C. border-spacing
D. इनमें से कोई नहीं/none of the above
View Answer
Q35.
HTML में CSS को जोड़ने के विभिन्न तरीके:

Different ways in which CSS one can be added to the HTML:
A. Inline
B. Internal
C. External
D. सभी/All of the above
View Answer
Q36.
निम्नलिखित में से कौन सा एक सही CSS सिंटैक्स है?

Which of the following is a correct CSS Syntax?
A. {body; color:orange;}
B. {body: color=orange;}
C. body:color=orange;
D. body{color:orange;}
View Answer
Q37.
एक एंकर एलिमेंट का निम्न में से कौन सा प्रोपर्टी इंगित करता है कि उपयोगकर्ता वर्तमान में एक एलिमेंट पर क्लिक कर रहा है?

Which of the following properties of an anchor element indicates that the user is currently clicking on an element?
A. :link
B. :visited
C. :hover
D. :active
View Answer
Q38.
आप सभी पैराग्राफ एलिमेंट को 'ग्रे' रंग में कैसे बनायेंगे?

How will you make all paragraph elements 'GREY' in color?
A. p.all {color: grey;}
B. p.all {color: #990000;}
C. all.p {color: #998877;}
D. p {color: grey;}
View Answer
Q39.
इमेज को टेक्स्ट से घेरने के लिए किस CSS प्रॉपर्टी का इस्तेमाल करना चाहिए?

Which CSS property should one use to encircle an image with text?
A. Float
B. Push
C. Align
D. wrap
View Answer
Q40.
नीचे दिए गए कोड में किस प्रकार का CSS प्रयोग किया जाता है?

Which type of CSS is used in the code below?
<p style = "border:2px solid red;">
A. External CSS
B. Internal CSS
C. Inline CSS
D. None of these
View Answer
Q41.
निम्नलिखित में से किस प्रॉपर्टी का उपयोग फॉन्ट के फेस को सेट करने के लिए किया जाता है?

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
View Answer
Q42.
सीएसएस स्टाइल या कोड का उपयोग करके, सभी हाइपरलिंक्स से अंडरलाइन को कैसे हटाया जा सकता है?

By using CSS style or code, how can one remove the underline from all hyperlinks?
A. a { text-decoration : no-underline; }
B. a { text : no-underline; }
C. a { text-decoration : none; }
D. a { text-style : no-underline; }
View Answer
Q43.
CSS पैडिंग प्रॉपर्टी किस उद्देश्य के लिए उपयोग किया जाता है?

For what purpose is the CSS padding property used?
A. Border
B. Space
C. Background Color
D. Margin
View Answer
Q44.
CSS में इमेज पुनरावृत्ति को नियंत्रित करने के लिए सही विकल्प है:

To control image repetition in CSS , the correct option is :
A. h1 { background-loop: none; }
B. h1 { background-repeat: none; }
C. h1 { background-iterate: none; }
D. None of the above
View Answer
Q45.
निम्नलिखित में से कौन सा सही है ?

Which of the following is correct ?
A. Style sheets allow content to be optimized for more than one type of device.
B. CSS can store web applications locally with the help of an offline cache.
C. Using CSS, we can view offline websites. The cache also ensures faster loading and better overall performance of the website.
D. All of the above.
View Answer
Q46.
CSS सिंटैक्स को __________ भागों में विभाजित किया गया है।

CSS syntax is divided into __________ parts.
A. Selector and Declaration
B. Property name and value
C. Color and style
D. None of these
View Answer
Q47.
कौन सी CSS प्रॉपर्टी किसी को यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ डॉट्स (एलिप्सिस) दिखाएं, या एक कस्टम स्ट्रिंग प्रदर्शित करें?

Which CSS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string?
A. Text-decoration
B. Text-stroke
C. Text-shadow
D. Text-overflow
View Answer
Q48.
नीचे दी गई CSS प्रोपर्टीज में से टेक्स्ट को बोल्ड करने के लिए निम्न में से किसका प्रयोग किया जाता है?

From the below mentioned CSS properties, which of the following is used to make the text bold?
A. Text-align: bold
B. Font-style: bold
C. Font-weight: bold
D. Text-decoration: bold
View Answer
Q49.
कौन सा सेलेक्टर्स एक निश्चित अवस्था के आधार पर एलिमेंट्स का चयन करता है?

Which selector selects elements based on a certain state?
A. Combinator selector
B. Pseudo Class selector
C. Pseudo elements selector
D. Attribute selector
View Answer
Q50.
इंटरनल CSS घोषित करने के लिए निम्नलिखित HTML टैग का उपयोग किया जाता है:

Following HTML tag is used to declare internal CSS:
A. <style>
B. <Head>
C. <link>
D. <Script>
View Answer