technology medium mcq Which HTML5 element is used for drawing graphics via JavaScript? <svg> <canvas> <figure> <draw> Answer: <canvas> provides a bitmap area for rendering graphics via JavaScript (lines, shapes, images, animations). is for vector graphics defined in XML. Both enable interactive visuals, but canvas is pixel-based and better for games/real-time rendering. Important for web development fundamentals. Topic Web Technologies Exam Relevance SSC JE, Banking IT, Railway Share: Copy Link