Ok. Also, it is good practice to put your js in a main.js file and reference it in your HTML by writing <script src="main.js"></script> by setting src; it is like putting everything in main.js in between the script tags, it helps keep your code more organized. Also, your main HTML file should be named index.html; I am not sure why, but all browsers reference the index file.