This set of CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Animations with SVG and Filters”.
1. What does SVG stands for?
a) Scaled Vector Graph
b) Scalable Vector Graphics
c) Scaled Vector Graphics
d) None of the mentioned
View Answer
Explanation: Self-explainatory.
2. Which of the following element is used to begin an SVG image?
a) <image> b) <svg> c) <img> d) <graph>
Explanation: Self-explainatory.
3. Which of the following element is used to create a SVG rectangle?
a) <rectangle> b) <polygon> c) <rect> d) <square>
Explanation: Self-explainatory.
4. Which of the following element is used to create a circle?
a) <cir> b) <round> c) <circle> d) <ellipse>
Explanation: Self-explainatory.
5. Which of the following element is used to create an SVG ellipse?
a) <circle> b) <ellipse> c) <curve> d) none of the mentioned
Explanation: Self-explainatory.
6. Which of the following is not an attribute used with SVG ellipse?
a) cx
b) cy
c) rr
d) ry
View Answer
Explanation: Self-explainatory.
7. Which of the following element is used to create a SVG line?
a) <line> b) <dot> c) <ray> d) <stick>
Explanation: Self-explainatory.
8. Which of the following is attribute of SVG line?
a) x
b) y
c) x1
d) all of the mentioned
View Answer
Explanation: Self-explainatory.
9. Which of the following element is used to create any shape that consists of only straight lines?
a) <polyogn> b) <polyline> c) <lines> d) <multiline>
Explanation: Self-explainatory.
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
View Answer
Explanation: Self-explainatory.
Sanfoundry Global Education & Learning Series – CSS.
To practice all areas of CSS, here is complete set of 1000+ Multiple Choice Questions and Answers.
- Practice HTML MCQ
- Check CSS Books
- Practice Computer Science MCQs
- Apply for Computer Science Internship
- Practice MCA MCQs