CSS Multiple Choice Questions & Answers on CSS3 Animations with SVG and Filters for Freshers
https://www.computersprofessor.com/2017/12/css-multiple-choice-questions-answers_31.html
1. What does SVG stands for?
a) Scaled Vector Graph
b) Scalable Vector Graphics
c) Scaled Vector Graphics
d) None of the mentioned
Answer: b
2. Which of the following element is used to begin an SVG image?
a)>
Answer: b
3. Which of the following element is used to create a SVG rectangle?
a)>
Answer: c
4. Which of the following element is used to create a circle?
a)>
Answer: c
5. Which of the following element is used to create an SVG ellipse?
a)>
Answer: b
6. Which of the following is not an attribute used with SVG ellipse?
a) cx
b) cy
c) rr
d) ry
Answer: c
7. Which of the following element is used to create a SVG line?
a)>
Answer: a
8. Which of the following is attribute of SVG line?
a) x
b) y
c) x1
d) all of the mentioned
Answer: d
9. Which of the following element is used to create any shape that consists of only straight lines?
a)>
Answer: b
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
Answer: d
