Horje

How to add A <canvas> element with a height and width of 200 pixels

Canvas Example.
index.html
Example: HTML
 <canvas id="myCanvas" width="200" height="200" style="border:1px solid"> 

Output should be:

How to add A <canvas> element with a height and width of 200 pixels




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin