Jazzo.co.uk uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our Privacy Policy and our Terms & Condition.

HTML <canvas>

query_builder | Christopher Pisani

The <canvas> element adds a canvas to the document for drawing in the space provided. It is accessed with Javascript to draw graphics and animations. If the element canvas is not supported by the browser, a callback will be sent with text used in between the tags.

Available Attributes


Attribute Values Functionality
height value in pixels Used for the height of the canvas
width value in pixels Used for the width of the canvas