CSS Mcqs focuses on “Implemented CSS3 and Browser-Specific Features”.
Q 1. Which of the following property specifies whether an element is an accelerator indicator or not.
A. move
B. @keyframes
C. accelerator
D. none of the mentioned
Show Answer
Answer:-C. acceleratorExplanation
Syntax: accelerator: true | falseQ 2. Which of the following property is used to define the animations that should be run?
A. animation-delay
B. animation-iteration-count
C. animation-duration
D. animation-name
Show Answer
Answer:-D. animation-nameExplanation
Q 3. Which of the following property is used to define the number of times an animation should play?
A. animation-direction
B. animation
C. animation-iteration-count
D. animation-timing-function
Show Answer
Answer:-C. animation-iteration-countQ 4. Which of the following property is used to indicate whether the backside of an element is visible if the element is rotated to display the back?
A. backface-visibility
B. background-clip
C. behavior
D. background-origin
Show Answer
Answer:-A. backface-visibilityExplanation
Syntax: backface-visibility: hidden | visibleQ 5. Which of the following property defines a relationship between bound elements(s) and some code or content?
A. behavior
B. anim
C. binding
D. none of the mentioned
Show Answer
Answer:-C. bindingQ 6. Which of the following property defines the width of each column in a multicolumn text flow?
A. width
B. column-width
C. filter
D. columns
Show Answer
Answer:-B. column-widthExplanation
Implemented CSS3 and Browser-Specific Syntax: column-width: length | autoQ 7. Which of the following property is used to apply visual effects to associated elements?
A. effect
B. filter
C. adjust
D. none of the mentioned
Show Answer
Answer:-B. filterExplanation
Syntax: filter: filtername(filtervalues) … filtername(filtervalues)Q 8. Which of the following property defines the resampling method to use when stretching images?
A. layout
B. ime-mode
C. image-rendering
D. none of the mentioned
Show Answer
Answer:-C. image-renderingExplanation
Syntax: image-rendering: auto | inherit | optimizeSpeedQ 9. Which of the following property specifies the direction in which a marquee should move?
A. marquee
B. marquee-play
C. marquee-direction
D. none of the mentioned
Show Answer
Answer:-C. marquee-directionExplanation
Syntax: marquee-direction: forward | reverseQ 10. Which of the following property defines a mask to be used as a box’s overlay in order to clip the box to a complex shape?
A. mask
B. shadder
C. mask-attachment
D. mask-image
Leave a Reply