A <canvas> element with a height and width of 200 pixels:
![]()
The width attribute is supported in all major browsers.
Note: Internet Explorer 8 and earlier versions, do not support the <canvas> tag.
The width attribute specifies the width of the <canvas> element, in pixels.
Tip: Each time the height or width of a canvas is re-set, the canvas content will be cleared (see example at bottom of page).
Tip: Learn more about the <canvas> element in our HTML5 Canvas Tutorial.
The <canvas> tag is new in HTML5.
| Value | Description |
|---|---|
| pixels | Specifies the width of the canvas, in pixels (e.g. "100"). Default width is "300" |
Clear the canvas
How to clear the canvas by setting the width or height attribute (using JavaScript).
HTML <canvas> tag
Your message has been sent to W3Schools.