square.zip

Directions Download and extract the zip archive square.zip. The result will be a folder named square with three files in it: an HTML file, a CSS file, and a JS file.

To submit this project, you will zip the folder and upload it to Canvas. You can use the Open Folder menu item in VSCode and it will open the folder and its contents. Save all of your work in this folder.

Description This is an exercise in working with text boxes. Use the class case study as a model for creating the JavaScript.

The user will enter a number in the text box. You will grab that number and add a row in the table of squares for that number. Notee the use of the table head and body tags!