
- SVG - Home
- SVG - Overview
- SVG - Shapes
- SVG - Text
- SVG - Stroke
- SVG - Filters
- SVG - Patterns
- SVG - Gradients
- SVG - Interactivity
- SVG - Linking
- SVG - Loaders
- SVG - Dialog
- SVG - Icons
- SVG - Clock
- SVG - Drag
- SVG - Key point
- SVG - Maps
- SVG - amChart
- SVG - Graph
- SVG - Flat Surface Shade
- SVG - Image Filter
- SVG - Text Effects
- SVG - Text With CSS Effects
- SVG - Arrow Effects
- SVG - Brand Effects
- SVG - Gooey Effects
- SVG - Gradients Effects
- SVG - Playful Effects
- SVG - Scroll Effects
- SVG - Side Show Effects
- SVG - Tab Effects
- SVG - Raphael.js Effects
- SVG - Velocity.js Effects
- SVG - Walkway.js Effects
- SVG - zPath.js Effects
- SVG - Vague.js Effects
- SVG - Transformation Effects
- SVG - Full Screen Overlay Effects
- SVG - Lazylinepainter.js Effects
- SVG - Demo Game
- SVG - Real Time SVG AD
- SVG Useful Resources
- SVG - Questions and Answers
- SVG - Quick Guide
- SVG - Useful Resources
- SVG - Discussion
SVG - Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to SVG Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Q 1 - Which of the following tag of SVG is used to draw a rectangle?
Answer : A
Explanation
rect tag of SVG is used to draw a rectangle.
Q 2 - Which of the following attribute of text tag of SVG represents the x axis cordinates of glyphs?
Answer : A
Explanation
'x' attribute of text tag of SVG represents the x axis cordinates of glyphs.
Q 3 - Which of the following stroke property defines color of text, line or outline of any element?
Answer : A
Explanation
'stroke' property defines color of text, line or outline of any element.
Answer : A
Explanation
In javascript functions, event represents current event and can be used to get the target element on which event got raised.
Q 5 - Which of the following is used to round the corner of the rounded rectangle along x-axis?
Answer : B
Explanation
rx − used to round the corner of the rounded rectangle.
Answer : B
Explanation
L command of path element creates a line.
Q 7 - When commands of Path element takes relative path?
A - When commands are in Upper case
Answer : B
Explanation
When commands are in Lower case, these represents relative path.
Q 8 - SVG images are highly scalable as they never loses quality no matter how they are zoomed out or resized.
Answer : B
Explanation
SVG images are highly scalable as they never loses quality no matter how they are zoomed out or resized.
Q 9 - What is the default value of y-axis co-ordinate of start point of the line?
Answer : B
Explanation
Default value is 0.
Answer : A
Explanation
s command of path element creates a smooth curve.