Question: Create an HTML document called assignment1.html that implements a webpage that dynamically creates (using JavaScript code) a 15x15 HTML table and displays in each cell

Create an HTML document called assignment1.html that implements a webpage that dynamically creates (using JavaScript code) a 15x15 HTML table and displays in each cell the row number and the column number. Also, allow the user to enter the number of rows and columns to redraw a new table. Follow these guidelines to implement your assignment: 1. Create a JavaScript file called assignment1.js and write the code for a function that draws the table. 2. Invoke the function writing a 15x15 table when loading the assignment1.html page. 3. Load the assignment1.js file at the end of the body in assignment1.html. 4. Accept user input for the number of rows and columns to resize the original table. 5. Use good web design practices to enhance visually your html page. Add a title, picture, colors, copyright line, etc.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!