CSS Questions & Answers – Implemented CSS3 and Browser-Specific

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. accelerator
Explanation Syntax: accelerator: true | false

Q 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-name
Explanation

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-count

Q 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-visibility
Explanation Syntax: backface-visibility: hidden | visible

Q 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. binding

Q 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-width
Explanation Implemented CSS3 and Browser-Specific Syntax: column-width: length | auto

Q 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. filter
Explanation 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-rendering
Explanation Syntax: image-rendering: auto | inherit | optimizeSpeed

Q 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-direction
Explanation Syntax: marquee-direction: forward | reverse

Q 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

Show Answer Answer:-A. mask
Explanation Syntax: mask: mask-attachment

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

You cannot copy content of this page