210k views
0 votes
You want to create a place on a Webpage where you can display graphics, animation, video and games "on the fly" without the need for a plug-in. What HTML5 API should you use to accomplish this?

1 Answer

3 votes

Answer:

Canvas.

Step-by-step explanation:

The canvas API is used to create a place where you can display graphics on a webpage. You can also display video,games and animations there on the fly .You can do this without the need for a plug-in.

It is largely focused on 2-D graphics.This API uses canvas element of HTML.

<canvas>....</canvas>.

User Djas
by
5.2k points