MCQs on CSS

Ques 1

UPPCL AA 2023

पहचानें कि निम्नलिखित कथन सत्य हैं या गलत।

Identify whether the following statements are true or false.

i) The CSS class selectors are used to specify a group of elements.
ii) The “Internal” CSS can be added by using the element in the head>section.
iii) The 'External’CSS can be added by using a element to link to an external CSS file.

[A] i-True. ii-True, iii -True

[B] i-False, ii-True . iii-False

[C] i-False, ii-True . iii-True

[D] i-True, ii-False . iii-True

Correct Answer : i-True. ii-True, iii -True


Ques 2

HP-JOA-IT 2021

________CSS में, स्टाइल को तत्व की "स्टाइल" विशेषता का उपयोग करके निर्दिष्ट किया जाता है।

In ________CSS , style is specified using the "style" attribute of the element .

[A] external

[B] inline

[C] internal

[D] exterior

Correct Answer : inline


Ques 3

HP-JOA-IT 2021

निम्नलिखित में से कौन सा CSS गुण किसी तत्व की सामग्री और सीमा के बीच स्थान निर्धारित करने के लिए उपयोग किया जाता है?

Which of the following CSS properties is used to set space between the content and the border of an element ?

[A] gutter

[B] padding

[C] margin

[D] spacing

Correct Answer : padding


Ques 4

HP-JOA-IT 2021

निम्नलिखित में से कौन सा बॉक्स CSS बॉक्स मॉडल में मौजूद नहीं है?

Which of the following boxes is not present in CSS box model?

[A] Border

[B] Padding

[C] Header

[D] Margin

Correct Answer : Padding


Ques 5

HP-JOA-IT 2021

निम्नलिखित में से कौन सा सही CSS नियम है?

which of the following is a correct CSS rule?

[A] p(color=red;)

[B] p:color=red;

[C] p=color:red;

[D] p{color:red;}

Correct Answer : p{color:red;}


Ques 6

Chhattisgarh ITI 2023

सीएसएस एनिमेशन की गति और अवधि को नियंत्रित करने के लिए आमतौर पर किस संपत्ति का उपयोग किया जाता है?

Which property is commonly used to control the speed and duration of CSS animations?

[A] animation-timing-function

[B] transition-duration

[C] animation-duration

[D] transition-timing-function

Correct Answer : animation-duration


Ques 7

Chhattisgarh ITI 2023

CSS में कीफ़्रेम एनिमेशन बनाने के लिए किस विधि का उपयोग किया जाता है?

Which method is used to create keyframe animations in CSS?

[A] @keyframes

[B] @animation

[C] transition-property

[D] transform

Correct Answer : @keyframes


Ques 8

CTS COPA 2024

CSS का फुल फॉर्म क्या है?

What is the full form of CSS?

[A] Computer Style Sheet

[B] Cascading Style Sheet

[C] Cascading System Style

[D] Customized Style Sheet

Correct Answer : Cascading Style Sheet


Ques 9

CTS-COPA 2024

सीएसएस का पूर्ण रूप क्या है?

What is the full form of CSS?

[A] Computer Style Sheet

[B] Cascading Style Sheet

[C] Cascading System Style

[D] Customized Style Sheet

Correct Answer : Cascading Style Sheet


Ques 10

o level July -2022

"w3-border-0" w3css के लिए बॉर्डर प्रॉपर्टी है, निम्नलिखित में से कौन सा सत्य है?

"w3-brder-0" is border property for w3.css , which of the following is true ?

[A] It has around border

[B] Removes all boarder

[C] Removes rounded borders only

[D] None of these

Correct Answer : Removes all boarder


Ques 11

o level July -2022

"w3-row padding" एक वर्ग है जो परिभाषित करता है:

"w3-row padding "is a class which defines :

[A] Container for responsive classes, with 8px left and right padding

[B] Container for responsive classes with no padding.

[C] Container for responsive classes with padding.

[D] None of these.

Correct Answer : Container for responsive classes, with 8px left and right padding


Ques 12

o level July -2022

CSS में आपकी सामग्री की दो पंक्तियों के बीच का अंतर इस प्रकार निर्धारित किया जाता है:

In CSS the difference between two lines of your content is set by :

[A] min-height property

[B] Line-height property

[C] Max-height property

[D] None of these

Correct Answer : Line-height property


Ques 13

o level July -2022

आंतरिक CSS घोषित करने के लिए निम्नलिखित HTML टैग का उपयोग किया जाता है:

Following HTML tag is used to declare internal CSS:

[A] <style>

[B] <head>

[C] <link>

[D] <script>

Correct Answer : <style>


Ques 14

o level July -2022

कोड की उपरोक्त पंक्तियों में # निम्नलिखित का प्रतिनिधित्व करता है:

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] An universal tag

[D] Horizontal frame

Correct Answer : An id tag


Ques 15

o level July -2022

फ़ंक्शन जो CSS में गणना की अनुमति देता है:

Function that allows calculation in CSS:

[A] calc() function()

[B] Calculator()

[C] Calculate()

[D] Calcu()

Correct Answer : calc() function()


Ques 16

o level July -2022

वक्र समायोजन का उपयोग निम्न को नियंत्रित करने के लिए किया जाता है:

The curve adjustment is used to control the :

[A] Exposure in the image

[B] Shapes of the image

[C] Direction of the image

[D] All of the above

Correct Answer : Direction of the image


Ques 17

o level July -2022

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

Correct Answer : background-color


Ques 18

o level July -2022

"w3-border" w3.CSS तालिकाओं के लिए प्रयुक्त क्लास में से एक है जो परिभाषित करता है:

"w3-border" is one of the class used for w3.CSS tables which defines:

[A] Bordered lines

[B] Bordered Table

[C] Dashed lines

[D] None of these

Correct Answer : Bordered Table


Ques 19

o level July -2022

CSS में संयोजन का एक प्रकार है:

A type oF combination in CSS IS :

[A] >

[B] +

[C] ~

[D] All of the above

Correct Answer : All of the above


Ques 20

o level July -2022

आईडी चयनकर्ता द्वारा दान किया जाता है:

Id selector is donated by the :

[A] #

[B] 1#

[C] *

[D] None of these

Correct Answer : #


Ques 21

o level July -2022

वेबसाइट के लिए पेज डिजाइन करने के लिए उचित रूप से उपयोग किया जाने वाला सीएसएस का प्रकार:

The type of Css properly used for designing pages for website:

[A] Inline

[B] External

[C] Internal

[D] None of the above

Correct Answer : External


Ques 22

o level July -2022

सीएसएस में टेक्स्ट का आकार कैसे बदलें?

How to change the text sizes in CSS?

[A] Font-Family

[B] Font-Size

[C] Font

[D] Both A and B

Correct Answer : Font-Size


Ques 23

o level July -2022

निम्न में से कौन सा w3.css में प्रयुक्त डिफ़ॉल्ट फ़ॉन्ट आकार है?

Which of the following is the default font size used in w3.css?

[A] Times New Roman

[B] Verdana

[C] Arial

[D] Segoe UI

Correct Answer : Verdana


Ques 24

o level July -2022

CSS में किसी तत्व की पारदर्शिता निर्दिष्ट करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है:

Which of the following is used to specify the transparency of an element is in CSS:

[A] Opacity

[B] Filter

[C] Visibillity

[D] Vague

Correct Answer : Opacity


Ques 25

o level July -2022

सीएसएस में टेक्स्ट में छाया कैसे जोड़ें?

How to add shadow to text in CSS?

[A] Content Shadow

[B] Text Shadow

[C] Word Shadow

[D] Text Outline

Correct Answer : Text Shadow


Ques 26

o level July -2022

CSS में निम्नलिखित में से कौन से विभिन्न प्रकार के ग्रेडिएंट हैं:

In CSS which of the following are different types of gradients:

[A] Linear

[B] conic

[C] Radial

[D] All of the above

Correct Answer : All of the above


Ques 27

o level July -2022

w3.css एक मानक CSS है जिसमें निम्नलिखित है:

w3.css is a standard CSS that has:

[A] jQuery library

[B] JavaScript Library

[C] Both A and B are true

[D] Both A and B are false

Correct Answer : Both A and B are false


Ques 28

o level July -2022

CSS को HTML में जोड़ने के विभिन्न तरीके:

Different ways in which CSS one can be added to the HTML:

[A] Inline

[B] Internal

[C] External

[D] All of the above

Correct Answer : All of the above


Ques 29

o level July -2022

CSS में टिप्पणी लिखने के लिए प्रयुक्त प्रतीक है:

Symbol used to write comment in CSS is :

[A] /**/

[B] //

[C] ##

[D] #

Correct Answer : /**/


Ques 30

o level July -2022

w3.css में कंटेनर जोड़ने के लिए सिंटैक्स:

Syntax to add containers in w3.css:

[A] class="w3-container"

[B] class="container"

[C] class="w3.container"

[D] None of these

Correct Answer : class="w3-container"


Ques 31

SSC Scientific Assistant CS 2017

सीएसएस का नवीनतम संस्करण कौन सा उपलब्ध है?

What is the latest version of CSS available?

[A] CSS2

[B] CSS3

[C] CSS3.1

[D] CSS4

Correct Answer : CSS3


Ques 32

MPESB -2023

CSS वह भाषा है जिसका उपयोग HTML के साथ बनाए गए दस्तावेज़ों में स्टाइल जोड़ने के लिए किया जाता है। 'CSS' का विस्तार क्या है?

CSS is the language used to add style to documents created with HTML. What is the expansion of 'CSS'?

[A] Capitulate Slip Sheets

[B] andid Slip Style

[C] Catchy Slip Sheets

[D] Cascading Style Sheets

Correct Answer : Cascading Style Sheets


Ques 33

HPSSSB -2018

सीएसएस का पूर्ण रूप क्या है?

What is the full form of CSS ?

[A] Cascading Style Sheets

[B] Cohesive Style Spreadsheet

[C] Common Style Sheet

[D] Creative Style Session

Correct Answer : Cascading Style Sheets


Ques 34

HPSSSB -2018

<h1> तत्वों का पृष्ठभूमि रंग लाल पर सेट करने के लिए सही CSS नियम क्या है?

What is the correct CSS rule to set the background color of <h1> elements to red ?

[A] .h1{ background-color : red; }

[B] #h1{ background-color : red; }

[C] h1{ background-color : red; }

[D] <h1>{ background-color : red; }

Correct Answer : h1{ background-color : red; }


Ques 35

BIHAR STET-2023

सीएसएस का क्या अर्थ है?

What does CSS stand for?

[A] Cascading Style System

[B] Creative Styling Script

[C] Computer Style Sheets

[D] Cascading Style Sheets

Correct Answer : Cascading Style System


Ques 36

प्रत्येक ___ एक विशेष रंग का प्रतिनिधित्व करता है।

Each ___ represents a particular colour.

[A] Frame

[B] Character

[C] Pixel value

[D] None of the above

Correct Answer : Pixel value


Ques 37

DSSSB TGT -2023

CSS के संदर्भ में, निम्नलिखित में से कौन सा किसी निश्चित अवधि में संपत्ति मूल्यों को सुचारू रूप से बदलने की अनुमति देता है?

With reference to CSS , which of the following allows to change property values smoothly over a given duration ?

[A] Masking

[B] Transitions

[C] Web Fonts

[D] Text Effects

Correct Answer : Transitions


Ques 38

DSSSB TGT -2021

CSS का कौन सा गुण उस दूरी को निर्दिष्ट करता है जिस तक स्टेट को एम्बेड किया जाना चाहिए?

Which property of CSS specifies the distance up to which the state should be embedded?

[A] Font-weight

[B] Font-size

[C] Font-family

[D] Font-style

Correct Answer : Font-weight


Ques 39

DSSSB TGT -2021

कौन सी CSS प्रॉपर्टी एक साथ कई सूची विकल्प सेट करना संभव बनाती है?

Which CSS property makes it possible to set multiple list options at once?

[A] List-style-type

[B] List-style

[C] List-style-position

[D] List-style-image

Correct Answer : List-style


Ques 40

DSSSB TGT -2021

सीएसएस में कौन सा रंग विनिर्देश तीन संख्याओं का उपयोग करता है जो रंग (0 से 3 डिग्री तक), संतृप्ति प्रतिशत और चमक प्रतिशत का प्रतिनिधित्व करते हैं?

Which colour specification in CSS use three numbers representing the hue (from 0 to 3 degree), saturation percentage and lightness percentage?

[A] Hexadecimal

[B] RGB

[C] HSL

[D] Alpha

Correct Answer : HSL


Ques 41

DSSSB TGT -2021

CSS के संदर्भ में, निम्नलिखित में से कौन सा एक निश्चित अवधि में संपत्ति मूल्यों को आसानी से बदलने की अनुमति देता है?

With reference to CSS, which of the following allows to change property values smoothly over a given duration ?

[A] Masking

[B] Transitions

[C] Web fonts

[D] Text effects

Correct Answer : Transitions


Ques 42

DSSSB TGT -2023

निम्नलिखित में से कौन सा फ्रंट-एंड टूल दुनिया भर में सबसे व्यापक रूप से उपयोग की जाने वाली CSS एक्सटेंशन भाषा है?

Which of the following front-end tools is one is of the most widely used CSS extension language across the world ?

[A] Visual Studio code

[B] Git

[C] TypeScript

[D] Sass

Correct Answer : Sass


Ques 43

DSSSB TGT -2023

फ्रंट-एंड डेवलपमेंट में CSS फ्रेमवर्क का उपयोग करने का उद्देश्य क्या है?

What is the purpose of using a CSS framework in front-end development?

[A] To provide a set of pre-designed UI components and styles for faster and consistent development

[B] To add style and layout to a web page using CSS

[C] To simplify and extend the capabilities of CSS

[D] To add interactivity to a web page using JavaScript

Correct Answer : To provide a set of pre-designed UI components and styles for faster and consistent development


Ques 44

DSSSB TGT -2023

फ्रंट-एंड-डेवलपमेंट में CSS ग्रिड और CSS फ्लेक्सबॉक्स के बीच क्या अंतर है?

What is the difference between a CSS grid and a CSS flexbox in front-end-development?

[A] ACSS grid is used for desktop websites , while a CSS flexbox is used for mobile websites.

[B] There is no difference between a CSS grid and a CSS flexbox

[C] A CSS grid is a one dimensional layout system for arranginging element in a single line , while a CSS flexbox is a two dimensional layout system for arranging elements in rows and collumns.

[D] A CSS grid is a two dimensional layout system for arranging elements in rows and column , while a CSS flexbox is a one-dimensional layout system for arranging elements in a single line

Correct Answer : A CSS grid is a two dimensional layout system for arranging elements in rows and column , while a CSS flexbox is a one-dimensional layout system for arranging elements in a single line


Ques 45

Uppcl tg2-2023

पहचानें कि दिए गए कथन सत्य हैं या असत्य। 1) CSS वर्ग चयनकर्ताओं का उपयोग तत्वों के समूह को निर्दिष्ट करने के लिए किया जाता है। 2) 'आंतरिक' CSS को <head> अनुभाग में <style> तत्व का उपयोग करके जोड़ा जा सकता है। 3) 'बाहरी' CSS को बाहरी CSS फ़ाइल से लिंक करने के लिए <link> तत्व का उपयोग करके जोड़ा जा सकता है।

Identify whether the given statements are true or false. 1) CSS class selectors are used to specify a group of elements. 2) 'Internal' CSS can be added using the <style> element in the <head> section. 3) 'External' CSS can be added using the <link> element to link to an external CSS file.

[A] i - False, ii - True, iii - True

[B] i- True, ii- False, iii- True

[C] i- सत्य, ii- सत्य, iii- सत्य

[D] i- असत्य, ii सत्य, iii असत्य

Correct Answer : i- सत्य, ii- सत्य, iii- सत्य


Ques 46

JOA-IT-2019

<hl> तत्वों का पृष्ठभूमि रंग लाल करने के लिए सही CSS नियम क्या है?

What is the correct CSS rule to set the background color of <hl> elements to red ?

[A] hl{background-color : red;}

[B] .hl{background-color : red;}

[C] #hl{background-color : red;}

[D] <h1>{background-color : red;}

Correct Answer : hl{background-color : red;}


Ques 47

UPPCL AA 2019

निम्नलिखित में से कौन सा वैध CSS प्रकार नहीं है जिसका उपयोग HTML तत्व वाले वेब पेजों में स्टाइल सेट करने के लिए किया जाता है?

Which of the following is not a valid CSS type used to set the style in web pages that contain HTML element ?

[A] Inline CSS

[B] External CSS

[C] Internal or embedded CSS

[D] Inward CSS

Correct Answer : Inward CSS


Ques 48

UPCCL AA 2019

W3.CSS फ्रेमवर्क में सभी क्लासेस किससे शुरू होती हैं?

What do all classes in the W3.CSS framework begin with ?

[A] .css

[B] file name

[C] class-

[D] w3-

Correct Answer : w3-


Ques 49

UPPCL TGT -2023

निम्नलिखित में से कौन-सा बॉर्डर वर्ग (border class) W3.CSS प्रदान नहीं करता है?

Which of the following border class is not provided by W3.CSS?

[A] W3-border-top

[B] W3-border-right

[C] W3-border-left

[D] W3-border-center

Correct Answer : W3-border-center


Ques 50

UPPCL TGT -2023

वेब डिजाइनिंग और पब्लिशिंग में CSS का रूप क्या है?

What is the form of CSS in web designing and publishing?

[A] Cascading Style Sheets

[B] Colorful Style System

[C] Colorful Share Sheets

[D] Cascading Style System

Correct Answer : Cascading Style Sheets


Latest Updates