Question
JavaScript Loops Create an HTML document called assignment1.html that implements a webpage that dynamically creates (using JavaScript code inside the file assignment1.js) a 15X15 HTML
JavaScript Loops Create an HTML document called assignment1.html that implements a webpage that dynamically creates (using JavaScript code inside the file assignment1.js) a 15X15 HTML table and displays in each cell the text shown as the picture below value of row times the column to create a multiplication table. Allow the user to input 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 taking the row and column from the user input.
2. Invoke the function when the visitor clicks on the button that says: Click here to draw the table.
3. Load the assignment1.js file at the end of the body in assignment1.html.
4. (10% of the grade) Accept user input for the number of rows and columns in the table.
5. (10% of the grade) 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started