Read Also: Multiple Choice Questions On CSS3 Properties Part-1
1. ………………… property can be replicated by using the HTML <marquee> tag and setting the direction attribute.
A) marquee
B) marquee-direction
C) marquee-style
D) marquee-scroll
2. The default value of marquee-direction property in CSS3 is ……………
A) forward
B) reverse
C) backward
D) upward
3. The default value of the marquee-play-count property is ……………….. which means the element performs its effect once.
A) one
B) once
C) 1
D) auto
4. ………………….. property can be replicated using the HTML marquee tag and setting the loop attribute to a number or infinite.
A) marquee-repeat
B) marquee-loop
C) marquee-repetition
D) marquee-play-count
5. marquee-play-count property is supported as ………………… in opera browsers.
A) -wap-marquee-loop
B) -wap-play-count
C) -wap-marquee-play
D) -op-marquee-play-count
6. marquee-play-count property is supported as ……………….. in Webkit-based browsers like a safari.
A) -webkit-marquee-loop
B) -webkit-play-count
C) -webkit-marquee-play
D) -webkit-marquee-repetition
7. The possible values of marquee-speed property in CSS3 are …
i) fast ii) faster iii) normal iv) slow
A) i, ii and iii only
B) ii, iii and iv only
C) i, iii and iv only
D) All i, ii, iii and iv
8. The default value of marquee-speed property used in CSS3 is …………….
A) fast
B) faster
C) normal
D) slow
9. The marquee-speed property is supported as ………………….. in opera browsers.
A) -wap-marquee-speed
B) -op-marquee-speed
C) -webkit-marquee-speed
D) -op-marquee-loop
10. ………………… property defines the motion of the marquee.
A) marquee-motion
B) marquee-style
C) marquee-speed
D) marquee-slide
11. The default value of the marquee-style property is ……………………..
A) scroll
B) auto
C) slide
D) alternate
12. Which of the following is/are the specific mask properties used in CSS.
i) mask-clip ii) mask-image iii) mask-repeat iv) mask-box
A) i, ii and iii only
B) ii, iii and iv only
C) i, iii and iv only
D) All i, ii, iii and iv
13. …………………… property specifies whether the mask should scroll or stay fixed the page is scrolled.
A) mask-clip
B) mask-image
C) mask-attachment
D) mask-repeat
14. Which of the following is/are the possible values used in a mask-clip property.
i) border ii) padding iii) inside iv) content
A) i, ii and iii only
B) ii, iii and iv only
C) i, ii and iv only
D) All i, ii, iii and iv
15. The default value of the mask-repeat property is …………..
A) repeat
B) repeat-x
C) repeat-y
D) no-repeat
16. ………………….. property defines how content should behave when it exceeds the width of its enclosing element.
A) overflow-y
B) overflow-x
C) overflow-width
D) overflow-height
17. …………………… property is used to give a 3-D sense of depth to an element.
A) Dimension
B) 3-D
C) Perspective
D) Depth
18. …………………. property defines whether or not an ellipsis should be displayed when content overflows a region.
A) Overflow
B) text-overflow
C) overflow-style
D) content-overflow
19. ………………….. is a shorthand property to define the width and color for the outline of a text block.
A) text-stroke
B) text-outline
C) text-block
D) block
20. ……………….. property defines the text selection policy for various portions of a document.
A) text-select
B) selection
C) selection-policy
D) user-select
Answers
1. B) marquee-direction
2. A) forward
3. C) 1
4. D) marquee-play-count
5. A) -wap-marquee-loop
6. D) -WebKit-marquee-repetition
7. C) i, iii and iv only
8. C) normal
9. A) -wap-marquee-speed
10. B) marquee-style
11. A) scroll
12. A) i, ii and iii only
13. C) mask-attachment
14. C) i, ii and iv only
15. A) repeat
16. B) overflow-x
17. C) Perspective
18. B) text-overflow
19. A) text-stroke
20. D) user-select
Read Also: Top 20 MCQ Questions On CSS3 Element Selectors