New! My 44-page ebook "CSS in 44 minutes" is out! 😃
# canvas
Defines an element where you can draw graphics.
Example: Copy
height
Defines the height of the canvas.
"50"
Default is 150.
width
Defines the width of the canvas.
"200"
Default is 100.