Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribed

Basic screenshots for the functionality of this assignment are shown below

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Database Programming With Visual Basic.NET

Authors: Ying Bai

1st Edition

0521712351, 978-0521712354

More Books

Students also viewed these Databases questions

Question

What is presence information? How can it be useful?

Answered: 1 week ago

Question

What is the relationship between humans?

Answered: 1 week ago

Question

What is the orientation toward time?

Answered: 1 week ago