Computer Science, asked by jffnfj, 11 months ago

What is canvas in HTML5?​

Answers

Answered by Anonymous
22

Answer:

Canvas

- Elements are drawn programmatically

- Drawing is done with pixels

- Animations are not built in

- High performance for pixels-based drawing operations

- Resolution dependent

- No support for event handlers

- You can save the resulting image as .png or .jpg

- Well suited for graphic-intensive games

Answered by BrainlyFIRE
0

Hi mate......!!!!!!!

HTML 5 canvas gives you an easy and powerful way to draw graphics using JavaScript. For each canvas element you can use a "context" (think about a page in a drawing pad), into which you can issue JavaScript commands to draw anything you want. Browsers can implement multiple canvas contexts and the different APIs provide the drawing functionality.

Similar questions