CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Animations with SVG and Filters”.
Q 1. What does SVG stands for?
A. Scalable Vector Graphics
B. Scaled Vector Graph
C. Scaled Vector Graphics
D. None of the mentioned
Show Answer
Answer:-A. Scalable Vector GraphicsQ 2. Which of the following element is used to begin an SVG image?
A. <image>
B. <svg>
C. <img>
D. <graph>
Show Answer
Answer:-B.
Q 3. Which of the following element is used to create a SVG rectangle?
A. <rect>
B. <polygon>
C. <rectangle>
D. <square>
Show Answer
Answer:-A.Q 4. Which of the following element is used to create a circle?
A. <cir>
B. <round>
C. <circle>
D. <ellipse>
Show Answer
Answer:-C.
Q 5. Which of the following element is used to create an SVG ellipse?
A. <circle>
B. <ellipse>
C. <curve>
D. none of the mentioned
Show Answer
Answer:-B.Q 6. Which of the following is not an attribute used with SVG ellipse?
A. cx
B. cy
C. rr
D. ry
Show Answer
Answer:-C. rrQ 7. Which of the following element is used to create a SVG line?
A. <stick>
B. <dot>
C. <ray>
D. <line>
Show Answer
Answer:-D.Q 8. Which of the following is attribute of SVG line?
A. x
B. y
C. x1
D. all of the mentioned
Show Answer
Answer:-D. all of the mentionedQ 9. Which of the following element is used to create any shape that consists of only straight lines?
A. <polyogn>
B. <lines>
C. <polyline>
D. <multiline>
Show Answer
Answer:-C.Q 10. Which of the following defines the Color of a line, text or outline of an element?
A. text
B. stroke
C. line
D. all of the mentioned
Leave a Reply