Question: Javascript loop Create an HTML document called assignment2.html that implements a webpage that creates dynamically (using JavaScript code) a 15X15 HTML table and displays in
Javascript loop
Create an HTML document called assignment2.html that implements a webpage that creates dynamically (using JavaScript code) a 15X15 HTML table and displays in each cell the (row, column) information for that cell.
Follow these guidelines to implement your assignment:
- Create a JavaScript file called assignment2.js and write the code for a function that draws the table.
- Invoke the function when the visitor clicks on the original page.
- Load the assignment2.js file at the end of the body in assignment2.html.
- Accept user input for the number of rows and columns in the table.
- 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
Get step-by-step solutions from verified subject matter experts
