CSS MCQ
1 / 83
Which CSS property is used to style the hyperlinks on hover (Mouse over)?
2 / 83
What is CSS stands for? CSS का पूरा नाम क्या है?
3 / 83
What CSS describes? CSS क्या वर्णन करता है?
4 / 83
निम्नलिखित में से कौन-सा सिलेक्टर ID attribute set के साथ किसी भी tag जा चयन करता है?
5 / 83
What is the correct syntax for referring an external CSS?
External CSS refer करने का सही syntax कौन-सा है?
6 / 83
CSS3 has 140 color names available which are supported by all the browsers. CSS3 में 140 color names होते हैं।
7 / 83
Negative Values का उपयोग करके padding property की अनुमति दी जाती है।
8 / 83
What does 'padding: 50px 20px;' specifies? padding: 50px 20px; क्या बताता है?
9 / 83
Which of the following is the correct syntax to display the hyperlinks without any underline? Hyperlink underline हटाने का सही syntax?
10 / 83
What are the valid values of font-style property?font-style की valid values कौन-सी हैं?
11 / 83
Why font-weight property is used?
font-weight property क्यों use होती है?
12 / 83
Which is the correct inline CSS for p tag to define paragraph's text and background colors? p tag में inline CSS का सही syntax?
13 / 83
The Hex Code for the red color is.
14 / 83
Does the z-index property accept negative values?
z-index negative value accept करता है?
15 / 83
The background-position property specifies the position of the background image.
background-position property background image की position बताती है।
16 / 83
If we don't specify a font size, the default size for normal texts is "16px" or "lem".. Default font size 16px होती है।
17 / 83
HTML elements are positioned ___ by default. HTML elements default रूप से कैसे positioned होते हैं?
18 / 83
Can we link multiple stylesheets to a single page?
Multiple stylesheets एक page से link कर सकते हैं?
19 / 83
किसी तत्व की पारदर्शिता को निर्दिष्ट करने के लिए उपयोग की जाने वाली CSS संपति है.
Transparency के लिए CSS property?
20 / 83
__ means 4 times the size of the current font.
21 / 83
The <style> in Internal CSS refers to __. Internal CSS में <style> किसे refer करता है?
22 / 83
We can give space between unit and value when assigning length values to CSS properties. CSS length में unit और value के बीच space दे सकते हैं?
23 / 83
Hover effect के लिए CSS property?
24 / 83
The text-shadow property adds shadow to text. text-shadow property text में shadow जोड़ती है।
25 / 83
Which CSS property is used to specify the space between the characters in a text?
Characters के बीच space के लिए property?
26 / 83
Which is the correct CSS statement to capitalize the first letter of each word?
First letter capital करने का सही statement?
27 / 83
Which CSS property is used to specify uppercase and lowercase letters in a text? Uppercase/Lowercase के लिए property?
28 / 83
The text-align-last property specifies how to align the last line of a text. text-align-last last line alignment बताती है।
29 / 83
Which is the correct syntax for adding animation?
Animation add करने का सही syntax?
30 / 83
Text के ऊपर line देने का सही syntax है
31 / 83
A CSS selector is the first part of a CSS Rule. It may an HTML element or pattern of elements.
Text के ऊपर line के लिए syntax?
32 / 83
HTML में, empty tags वे tags होते हैं जिन्हें पूरा करने के लिए closing tag की आवश्यकता नहीं होती है।
33 / 83
font-family property का उपयोग HTML में text font बदलने के लिए किया जाता है।
34 / 83
Both Google Chrome and Microsoft Edge support almost all the CSS properties.
Chrome और Edge लगभग सभी CSS properties support करते हैं।
35 / 83
Internal styles कहाँ लिखे जाते हैं?
internal styles are written within the __ element.
36 / 83
Which CSS property specifies the opacity/transparency of an element?
Transparency के लिए property?
37 / 83
CSS file की extension .cs है।
38 / 83
Which is the correct CSS statement is used to remove the markers/bullets? list-style-type: none;
39 / 83
Which is the correct CSS statement to define multiple font families? Multiple fonts define करने का सही syntax?
40 / 83
Which property is used to define the font of the element's text?
Text font define करने की property?
41 / 83
text-align property with value center is used to center an elements.
text-align:center element को center करता है।
42 / 83
Which CSS property specifies an image as the list item marker?
List marker image के लिए property?
43 / 83
Which CSS property specifies if/how an element is displayed?
Element display कैसे होगा यह कौन बताता है?
44 / 83
Which CSS property specifies the type of positioning method used for an element? Positioning method के लिए property?
45 / 83
The text-indent property is used to specify the indentation of the first line of a text.
text-indent first line indentation बताती है।
46 / 83
Which of the following CSS selectors are used to specify a group of elements?
Group of elements select करने वाला selector?
47 / 83
निम्नलिखित में से किसमे टेक्स्ट, लिस्ट, बॉक्स, मार्जिन, बॉर्डर, कलर और background properties को पेश किया है?
48 / 83
CSS comments are placed within the.
CSS comments कैसे लिखे जाते हैं?
49 / 83
Which CSS property specifies the type of list item marker?
List item marker type के लिए property?
50 / 83
Inline CSS का प्रयोग किसी single element पर Unique style देने के लिए प्रयोग करते है
51 / 83
From the given options which is/are the valid way to represent a color?
Color represent करने के valid ways?
52 / 83
Which line of code represents a universal selector?
Universal selector कौन-सा है?
53 / 83
Which CSS property is used to specify the space between the words in a text?
Words के बीच space के लिए property?
54 / 83
If you want to use a green dotted border around an image, which CSS property is used for that?
Green dotted border के लिए property?
55 / 83
Arial (sans-serif) is the most widely used font on web pages.
Arial सबसे ज्यादा use होने वाला font है।
56 / 83
What are the valid values of text-transform property?
text-transform की valid values?
57 / 83
Font define करने की property?
58 / 83
HSL stands for hue, saturation, lightness. In CSS, we can specify color using the HSL value.
HSL color CSS में use हो सकता है।
59 / 83
Which line of code specifies playing an animation with the same speed from beginning to the end?
Same speed animation के लिए property?
60 / 83
What is the correct syntax of border property in CSS?
border property का सही syntax?
61 / 83
Which selector selects the markers of list items?
List marker select करने वाला selector?
62 / 83
Which CSS property sets the vertical alignment of an element?
Vertical alignment के लिए property?
63 / 83
Which CSS property is used to specify the space between lines?Lines के बीच space के लिए property?
64 / 83
Which of the following CSS properties are animatable?
65 / 83
Is border-image property animatable?
66 / 83
The color property is used to define the text color in CSS.
67 / 83
border-style की default value ridge है |
68 / 83
Inline styles are written within the ___ attribute.
Inline styles किस attribute में लिखी जाती हैं?
69 / 83
निम्नलिखित में से कौन सा CSS selectors elements के समूह को specify करने के लिए उपयोग किया जाता है?
70 / 83
html पेज में css embed करने के लिए निम्न में से किस tag का उपयोग किया जाता है?
71 / 83
The background-color property is used to define the background color in CSS. background-color background color define करता है।
72 / 83
text-align किस alignment को define करता है?
73 / 83
Which cursor property value indicates that the program is busy?
Cursor busy state कौन-सी है?
74 / 83
This selector selects all the <h> elements where the parent is a <div> element.
div के अंदर h element select करने वाला selector?
75 / 83
Which CSS function performs a calculation to be used as the property value? Calculation करने वाला CSS function?
76 / 83
Which CSS function uses the smallest value? Smallest value लेने वाला function?
77 / 83
Which CSS function uses the largest value?Largest value लेने वाला function?
78 / 83
the CSS Entity for the character '#'? # character का CSS entity?
79 / 83
Which line of code is a must to write to apply CSS Flexbox properties?Flexbox apply करने की mandatory line?
80 / 83
Which CSS property is not supported by the Firefox browser?Firefox में unsupported property?
81 / 83
One of the most commonly used fallback fonts is serif.
serif common fallback font है।
82 / 83
Where do we store external stylesheets?External stylesheet कहाँ store होती है?
83 / 83
The default value of justify-content property is __
justify-content की default value?
Your score is
The average score is 49%
Restart quiz