Home
MCQS
CSS MCQ Quiz Hub
Css Mcq Set 7
Choose a topic to test your knowledge and improve your CSS skills
1. Using actual image with inline image method is also known as ______
The Langridge method
Radu Darvas Shim
The Levin Technique
Phark method
2. Using Pseudo element is known as _________
Nash Image replacement
Phark method
Radu Darvas Shim
The Langridge method
3. Which of the following is only for table elements?
initial
collapse
hidden
inherit
4. Clip property is not supported in ________
Internet Explorer
Chrome
Safari
Opera
5. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?
animation
animation-name
animation-element
none of the mentioned
6. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?
animation
animation-run
animation-repeat
none of the mentioned
7. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?
animation-play
animation-delay
animation-fill-mode
animation-play-state
8. Which of the following CSS Property sets the pace of the transition to the next keyframe, as described in the previous section?
animation-timing-function
animation-pace-function
animation-transition-function
none of the mentioned
9. Which of the following CSS property defines whether the animation is running or paused?
animation-pause-state
animation-state
animation-play-state
all of the mentioned
10. Which of the following property defines when the animation will start. It allows an animation to begin execution some time after it is applied?
animation-stop
animation-delay
animation-start
animation-control
11. Which of the following property specifies the number of times an animation should run?
animation-repeat
animation-count
animation-iteration-count
all of the mentioned
12. Which of the following CSS Property specifies the top offset of a positioned element?
top
up
reverse
fix
13. Which of the following CSS Property Specifies the left offset of a positioned element?
right
left
bottom
up
14. Which of the following CSS Property Defines the area of an absolutely positioned element that remains visible?
clamp
clip
visibility
static
15. Which of the following CSS Property specifies whether the labels for an element’s list items are positioned inside or outside the “box” defined by the listed item?
list-style
list-position
list-style-position
all of the mentioned
16. Which of the following CSS Property defines the x-coordinate of the background-position property?
background-position-x
background-position-y
background-x-axis
background-y-axis
17. Which of the following CSS Property specifies the position of the mask?
mask
mask-position
mask-origin
none of the mentioned
18. Which of the following CSS Property specifies the x-coordinate in the position of the mask?
mask-x
mask-x-origin
mask-position-x
mask-origin-x
19. Which of the following Microsoft-introduced property defines the position of underlining set by the text-decoration property?
text-underline
text-underline-origin
text-underline-position
none of the mentioned
20. Which of the following are different origins of style sheets?
author
user
user agent
all of the mentioned
21. Which of the following Cascading order has the highest precedence?
user agent declarations
user normal declarations
author normal declarations
author important declarations
22. Which of the following property is used to define how nested items are rendered in a 3-D space?
transform-style
transform
transform-origin
transform-3D
23. Which of the following rule allows users to import style rules from other style sheets?
@media
@important
@import
@style
24. Which of the following property is a shorthand that resets all CSS properties?
reset
inital
all
delete
25. Which of the following generate “virtual” rules representing their effects when running?
DOM’s
important
CSS Animations
Inheritance
26. The ______ is the result of taking the computed value and completing any remaining calculations to make it the absolute theoretical value used in the layout of the document.
cascaded value
declared value
used value
none of the mentioned
27. The _______ is the result of resolving the specified value.
cascaded value
computed value
specified value
declared value
28. The ____________ represents the result of the cascade: it is the declared value that wins the cascade.
specified Value
actual value
computed value
cascaded value
29. Which of the following is set for horizontal offset of the shadow?
h-offset
v-offset
none
blur
30. Which of the following is used for spread radius?
blur
spread
color
v-offset
31. What changes the shadow from an outer shadow?
inset
initial
inherit
spread
32. What scales the background image as large as possible?
contain
cover
size
resize
33. Which property specifies where the background image is positioned?
background-size
background-origin
background-image
background-clip
34. Which property specifies the painting area of the background?
background-clip
background-image
background-size
background-origin
35. Which of the following will show a pop-up window that breaks into pieces once clicked?
click and break it
3D movement effect
blurred background
left bottom corner
36. Which of the following comes with a smooth full screen overlay effect?
Overlay pop-up
Conformation pop-up
Welcome pop-up
Cartoon pop-up
37. Which of the following will display a speech bubble pop-up?
pop-up question form
cartoon pop-up
modal animation physics
overlay pop-up
38. Which of the following will give a minimalist entrance effect on hover?
“flappy” buttons
material design
linear pop-up
SVG & jQuery pop-up animation
39. What should be added to create a horizontal menu?
pure-menu-horizontal
pure-menu-selected
pure-menu-has-children
pure-menu-scrollable
40. Which of the following name should be added to mark a link as disabled?
responsive horizontal-to-vertical menu
pure-menu-disabled
pure-menu-selected
responsive vertical menu
41. Which of the following is used for adding perspective background images for each section?
.bg1
.parallax
.static
.section
42. Which of the following does not support the “:hover” pseudoclass?
IE 6
Chrome
Opera
Safari
43. Which class is used for setting perspective and scroll properties for the page?
wrapper
.section
.static
.parallax
44. Which of the following position is based on the user’s scroll position?
fixed
sticky
relative
static
45. Which of the following does not support sticky version?
Firefox
Opera
IE
Chrome
46. What sets the stack order of an element?
z-index
right
top
position
47. What clips an absolutely positioned elements?
right
bottom
position
clip
48. Which of the following is positioned relative to the nearest positioned ancestor?
absolute
static
clip
relative
49. Which of the following position element is not affected by the top, bottom, left etc. property?
static
clip
relative
absolute
50. What is the default value of object-fit?
fill
contain
none
cover
Submit