HTML Canvas

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

AttributeDescription
heightSpecifies the canvas height
widthSpecifies the canvas width

Remarks

  • This tag is not compatible with versions of Internet Explorer less than 9. Check caniuse.com for browser compatibility.
  • canvas is only a container for graphics, and the actual drawing of graphics is done by JavaScript.


Got any HTML Question?