Explore topic-wise MCQs in Css.

This section includes 14 Mcqs, each offering curated multiple-choice questions to sharpen your Css knowledge and support exam preparation. Choose a topic below to get started.

1.

Which of the following will specify minimum width of display area?

A. min-resolution
B. min-width
C. monochrome
D. overflow-block
Answer» C. monochrome
2.

What does not affect the element itself?

A. perspective()
B. scale()
C. matrix()
D. rotate()
Answer» B. scale()
3.

Which value clear property can’t take?

A. left
B. right
C. none
D. center
Answer» E.
4.

Which should be used to overlay text on image with high contrast?

A. screen
B. high contrast
C. low contrast
D. opaque
Answer» B. high contrast
5.

ID selector name is preceded by __________.

A. ‘.’
B. ‘%’
C. ‘#’
D. ‘@’
Answer» D. ‘@’
6.

@page is not supported in ________.

A. Firefox
B. Opera
C. Chrome
D. Internet Explorer
Answer» B. Opera
7.

Which of the following position is based on the user’s scroll position?

A. fixed
B. sticky
C. relative
D. static
Answer» C. relative
8.

Which of the following does not support the “:hover” pseudoclass?

A. IE 6
B. Chrome
C. Opera
D. Safari
Answer» B. Chrome
9.

Which selects document’s root element?

A. :required
B. :root
C. ::selection
D. :out-of-range
Answer» C. ::selection
10.

Which of the following is only for table elements?

A. initial
B. collapse
C. hidden
D. inherit
Answer» C. hidden
11.

Which of the following selects every element whose href attribute value contains the given substring?

A. attribute$=value
B. attribute*=value
C. attribute^=value
D. attribute|=value
Answer» C. attribute^=value
12.

Which of the following will show a pop-up window that breaks into pieces once clicked?

A. click and break it
B. 3D movement effect
C. blurred background
D. left bottom corner
Answer» B. 3D movement effect
13.

Which of the following will give a minimalist entrance effect on hover?

A. “flappy” buttons
B. material design
C. linear pop-up
D. SVG & jQuery pop-up animation
Answer» D. SVG & jQuery pop-up animation
14.

Which of the following technique is also known as Fahrner Image Replacement?

A. CSS ON/Images ON
B. CSS ON/Images OFF
C. CSS OFF/Images ON
D. CSS OFF/Images OFF
Answer» B. CSS ON/Images OFF