InterviewSolution
Saved Bookmarks
| 1. |
What is the SVG method of HTML5? |
|
Answer» SVG- Elements are part of the page's DOM (Document object model)- Drawing is done with vectors - EFFECTS, such as animations are built in- Based on standard XML syntax, which provides BETTER accessibility- Resolution INDEPENDENT - Support for event handlers - Not suited for game applications - Best suited for applications with LARGE rendering areas (for example, GOOGLE Maps) |
|