14 Sep 100 CSS MCQ (Multiple Choice Questions) with Answers
Show Answer
Explanation
2) Which HTML tag is used to define an internal style sheet?
Show Answer
Explanation
3) Which HTML attribute is used to define inline styles?
Show Answer
Explanation
4) Which is the correct CSS syntax?
Show Answer
Explanation
5) How do you insert a comment in a CSS file?
Show Answer
Explanation
// style belongs to languages like JavaScript, not CSS.6) Which property is used to change the background color?
Show Answer
Explanation
color sets the text colour, and bgcolor is an obsolete HTML attribute.7) How do you add a background color for all <h1> elements?
Show Answer
Explanation
8) Which CSS property controls the text size?
Show Answer
Explanation
9) What is the correct CSS syntax for making all the <p> elements bold?
Show Answer
Explanation
10) How do you display hyperlinks without an underline?
Show Answer
Explanation
11) How do you make each word in a text start with a capital letter?
Show Answer
Explanation
capitalize-all value.12) Which property is used to change the font of an element?
Show Answer
Explanation
13) How do you make the text bold?
Show Answer
Explanation
font:bold; is invalid shorthand without a size and family.14) Which property is used to change the left margin of an element?
Show Answer
Explanation
padding-left sets the left inner padding instead.15) How do you select an element with id “demo”?
Show Answer
Explanation
#demo targets the element with id=”demo”.16) How do you select elements with class name “test”?
Show Answer
Explanation
.test targets all elements with class=”test”.17) How do you select all <p> elements inside a <div> element?
Show Answer
Explanation
div > p matches only direct children.18) Which property is used to set the text color?
Show Answer
Explanation
19) Which property is used to set the background image?
Show Answer
Explanation
20) Which property is used to align text?
Show Answer
Explanation
21) What is the default value of the position property?
Show Answer
Explanation
22) Which property is used to make an element a flex container?
Show Answer
Explanation
23) Which property is used to change the order of flex items?
Show Answer
Explanation
24) Which property is used to create a grid container?
Show Answer
Explanation
25) Which property is used to add space between grid items?
Show Answer
Explanation
26) Which CSS property is used to make an element transparent?
Show Answer
Explanation
27) What does the z-index property do?
Show Answer
Explanation
28) Which property is used to change the cursor style?
Show Answer
Explanation
29) Which property is used to add shadow to text?
Show Answer
Explanation
30) Which property is used to add shadow to a box?
Show Answer
Explanation
31) Which property is used to round the corners of an element?
Show Answer
Explanation
32) Which property is used to set the width of an element?
Show Answer
Explanation
33) Which property is used to set the height of an element?
Show Answer
Explanation
34) What is the box model in CSS?
Show Answer
Explanation
35) Which property is used to set the padding of an element?
Show Answer
Explanation
36) Which property is used to set the margin of an element?
Show Answer
Explanation
37) Which property is used to set the border of an element?
Show Answer
Explanation
38) Which property is used to set the font size?
Show Answer
Explanation
39) Which property is used to set the font family?
Show Answer
Explanation
40) Which property is used to set the font style (italic)?
Show Answer
Explanation
41) Which property is used to set the font weight (bold)?
Show Answer
Explanation
42) Which property is used to set the line height?
Show Answer
Explanation
43) Which property is used to set the letter spacing?
Show Answer
Explanation
44) Which property is used to set the word spacing?
Show Answer
Explanation
45) Which property is used to set the text decoration?
Show Answer
Explanation
46) Which property is used to set the text transform?
Show Answer
Explanation
47) Which property is used to set the text indent?
Show Answer
Explanation
48) Which property is used to set the text alignment?
Show Answer
Explanation
49) Which property is used to set the vertical alignment?
Show Answer
Explanation
50) Which property is used to set the display property?
Show Answer
Explanation
51) What does display: none do?
Show Answer
Explanation
52) What does visibility: hidden do?
Show Answer
Explanation
53) Which property is used to set the position of an element?
Show Answer
Explanation
54) Which position value positions an element relative to its normal position?
Show Answer
Explanation
55) Which position value positions an element relative to the browser window?
Show Answer
Explanation
56) Which position value positions an element relative to its nearest positioned ancestor?
Show Answer
Explanation
57) Which property is used to set the top, right, bottom, left of a positioned element?
Show Answer
Explanation
58) Which property is used to set the float of an element?
Show Answer
Explanation
59) Which property is used to clear floats?
Show Answer
Explanation
60) Which property is used to set the overflow behavior?
Show Answer
Explanation
61) Which property is used to set the opacity of an element?
Show Answer
Explanation
62) Which property is used to set the background color?
Show Answer
Explanation
63) Which property is used to set the background image?
Show Answer
Explanation
64) Which property is used to set the background repeat?
Show Answer
Explanation
65) Which property is used to set the background position?
Show Answer
Explanation
66) Which property is used to set the background size?
Show Answer
Explanation
67) Which property is used to set the background attachment?
Show Answer
Explanation
68) Which property is used to set the border style?
Show Answer
Explanation
69) Which property is used to set the border width?
Show Answer
Explanation
70) Which property is used to set the border color?
Show Answer
Explanation
71) Which property is used to set the border radius?
Show Answer
Explanation
72) Which property is used to set the box shadow?
Show Answer
Explanation
73) Which property is used to set the text shadow?
Show Answer
Explanation
74) Which property is used to set the transition?
Show Answer
Explanation
75) Which property is used to set the animation?
Show Answer
Explanation
76) Which property is used to set the transform?
Show Answer
Explanation
77) Which property is used to set the flex direction?
Show Answer
Explanation
78) Which property is used to set the flex wrap?
Show Answer
Explanation
79) Which property is used to set the justify content?
Show Answer
Explanation
80) Which property is used to set the align items?
Show Answer
Explanation
81) Which property is used to set the align content?
Show Answer
Explanation
82) Which property is used to set the flex grow?
Show Answer
Explanation
83) Which property is used to set the flex shrink?
Show Answer
Explanation
84) Which property is used to set the flex basis?
Show Answer
Explanation
85) Which property is used to set the order of a flex item?
Show Answer
Explanation
86) Which property is used to set the grid template columns?
Show Answer
Explanation
87) Which property is used to set the grid template rows?
Show Answer
Explanation
88) Which property is used to set the grid gap?
Show Answer
Explanation
89) Which property is used to set the grid column?
Show Answer
Explanation
90) Which property is used to set the grid row?
Show Answer
Explanation
91) Which property is used to set the grid area?
Show Answer
Explanation
92) Which property is used to set the media query?
Show Answer
Explanation
93) Which property is used to set the viewport?
Show Answer
Explanation
94) Which property is used to set the font face?
Show Answer
Explanation
95) Which property is used to set the keyframes?
Show Answer
Explanation
96) Which property is used to set the important rule?
Show Answer
Explanation
97) Which property is used to set the calc function?
Show Answer
Explanation
98) Which property is used to set the var function?
Show Answer
Explanation
99) Which property is used to set the custom property?
Show Answer
Explanation
100) Which property is used to set the box sizing?
No Comments