HTML Graphics
- Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
A colour of line, text or outline is defined by stroke element in SVG. The use element takes nodes from within the SVG document, and duplicates them somewhere else.
- Which of the following is not the property of SVG images?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
SVG images stands for Scalable Vector Graphics which are scalable, zoomable and resolution independent. SVG is an open standard.
- _______ drawings can be dynamic and interactive.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their behaviors are defined in XML text files.
- Which of the following is the predefined shape elements that can be used by developers?
-
View Hint View Answer Discuss in Forum
NA
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.
- Which element must reference a resource that can provide an image for the cursor graphic?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element. This attribute behaves exactly like the css cursor property except that if the browser supports the cursor element, you should be able to use it with the funciri notation.