|
CanvasElement
The canvas element represents a resolution-dependent bitmap canvas.
You are here: Home > HTML Reference > Elements > <canvas> element UsageHTML 5 says, "The canvas element can be used for rendering graphs, game graphics, or other visual images on the fly. Authors should not use the canvas element in a document when a more suitable element is available. For example, it is inappropriate to use a canvas element to render a page heading: if the desired presentation of the heading is graphically intense, it should be marked up using appropriate elements (typically h1) and then styled using CSS." AttributesBrowser compatibility
Further reading |
Sign in to add a comment
