Drawing Tool

Basic Features

Step 3: Put a canvas in the box.
Hint: Make a <canvas> tag. Set the width and height in HTML, not in CSS:
<canvas width="400" height="400"></canvas>
Last step Next step