To create an HTML5 <canvas> element, we can simply add the <canvas> tag to our HTML document. The <canvas>
element provides a space where you can use JavaScript to draw graphics, render animations, and create
interactive visual content. The <canvas> tag includes the required id attribute, which allows us to
reference the element in JavaScript.