This example creates a simple logo maker where you can draw on a canvas element using your mouse. The drawing color is set to black with a line width of 3 pixels. You can clear the canvas by clicking the "Clear" button.
Save the above code in an index.html file, and when you open it in a web browser, you will see the logo maker interface. You can start drawing on the canvas by clicking and dragging the mouse.