Creating a Place to Draw
WebGL uses an HTML5 Canvas as a drawing area
Creating a “window” is literally a one-liner
<canvas id="webgl-canvas"></canvas>
You can configure some attributes on the HTML tag on in a
<style>
width
height
background-color