What is canvas in HTML5?
Answers
Answered by
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
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
India Languages,
6 months ago
Biology,
6 months ago
Physics,
6 months ago
Hindi,
11 months ago
Computer Science,
11 months ago
Math,
1 year ago