In a file named file1.html, implement a program that reads twonumbers and prints all the values that are divisible by three inthe range defined by the numbers. If the first value is greaterthan the second, display the message “Invalid range” and do notperform any other task.
In a file named file2.html, implement a program that reads anumber and prints a table of squares between 5 and the numberprovided by the user. For example, if the user provides the value7, the table will be:
Value
Square
6
36
7
49
8
64
Expert Answer
An answer will be send to you shortly. . . . .