Write, test, and debug (if necessary) HTML file with the Javascript
codes in an external file for the following
problem:
Input: a number, n, using prompt, which is the number of the
factorial numbers to be displayed.
Output: a bordered table of numbers with proper caption and
headings in which the first column displays the numbers from 1 to n
and the second column displays the first n factorial
numbers.
For example, if a user enters 10 to be the...