In this lesson, you will look inside the index.html
file that was made when you turned your game into a web game. This file is like the main page of a website. You will find and learn about two important parts: the <canvas>
part and the <script>
parts. These parts help your game show up and work in a web browser.