Home » HTML » HTML Graphics » Question
  1. Which of the following is the predefined shape elements that can be used by developers?
    1. Line <lin>
    2. Circle <circle>
    3. Rectangle <rect>
    4. Path <path>
    5. None of these
Correct Option: A

SVG images stands for Scalable Vector Graphics. Path <path> is used to define path. Rectangle element draws rectangle and Circle <circle> draws circle in SVG. All of the respective SVG elements are used to draw respective images.



Your comments will be displayed only after manual approval.