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 Graphics

Q 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. rr

Q 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 mentioned

Q 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

Show Answer Answer:-D. all of the mentioned

Leave a Reply

Your email address will not be published. Required fields are marked *

Author

quizsquestion@gmail.com

Related Posts

Python Questions and Answers – Exception Handling – 3

Python Multiple Choice Questions & Answers (MCQs) focuses on “Exception Handling – 3”. Q 1. What happens if the file is not...

Read out all

Python Questions and Answers – Exception Handling – 2

Python Multiple Choice Questions & Answers (MCQs) focuses on “Exception Handling – 2”. Q 1. The following Python code will result in...

Read out all

C++ Programming Questions and Answers – Exception Handling – 2

C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Exception Handling – 2”. Q 1. Where should we place catch block...

Read out all

C++ Programming Questions and Answers – Exceptions That Are Not Errors

C++ MCQs (multiple choice questions) focuses on “Exceptions That Are Not Errors”. One shall practice these MCQs to improve their C++ programming...

Read out all

Python Questions and Answers – Encapsulation

Python Multiple Choice Questions & Answers (MCQs) focuses on “Encapsulation”. Q 1. Which of these is not a fundamental features of OOP?A....

Read out all

You cannot copy content of this page