Which element is used to draw graphics images on a web page?

Options
- script
- audio
- embed
- canvas


CORRECT ANSWER : canvas

Discussion Board
canvas

The HTML <canvas> element is used to draw graphics. Canvas has several methods for drawing paths, boxes, circles, text, and adding images.

Sapna 02-23-2017 05:36 AM

Explanation.

Answer : canvas.

The HTML "canvas" element can be used to draw graphics via scripting in JavaScript. The canvas is a new element in HTML5, which allows you to draw graphics using JavaScript. It can be used to render text, images, graphs, rectangles, lines gradients and other effects dynamically.

Jayesh Sonar 02-27-2015 02:01 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement