Question
COURSE COMP125 Weight: 10% ASSIGNMENT #1 JavaScript Loops Create an HTML document called a1.html that implements a webpage that dynamically creates (using JavaScript code) a
COURSE COMP125 Weight: 10% ASSIGNMENT #1 JavaScript Loops Create an HTML document called a1.html that implements a webpage that dynamically creates (using JavaScript code) a 10X10 HTML table and displays in each cell the value of row times the column to create a multiplication table. Allow the user to select the number of rows and columns to redraw a new table. Follow these guidelines to implement your assignment: 1. Create a JavaScript file called a1-XXXXXXXX.js (where XXXXXXX should be replaced with your student ID: e.g. a1-111222333.js) and write inside this file the code for a function that draws the table. 2. Invoke the function when the visitor clicks on the a1.html page. 3. Link the a1-XXXXXXXX.js file to a1.html inside a1.html file(to load JavaScript code inside the file). 4. Accept user input for the number of rows and columns in the table and redraw the table as specified by user input size. 5. Use good web design practices to enhance visually your html page. Add your name and student number, title, picture, colors, copyright line, etc.
Basic screenshots for the functionality of this assignment are shown below
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