Menu

Question Required Make Table Generator Webpage Requirements Title Web Page Vu Id Table Gen Q43855592

Question: You are required to make a tablegenerator webpage.

Requirements:

  • The title of the web page should be yourVU-ID.
  • Table Generator should get the table number and table lengthfrom user and generates table of that number up to the providedlength with generate button.
  • It should also count even and odd values in the output &displays these counts in their respective fields.
  • If user inputs value less than 1 it should not generate tablebut display an alert message with “Invalid Input”
  • If user enters a float number then it should ignore decimalpart in calculation.
  • You have to make two tables with border. First table will havetwo table rows of <input> and second table will have twotable rows of <input> and one table row of<textarea>.
  • Your output should be displayed inside <textarea> of 38columns, 20 rows and colspan 2.
  • Heading, tables and button should be aligned to center.
  • You are required to make same design and format of output asgiven in below sample.
  • However you can choose color scheme of your own choice (otherthan white) but the background color of your webpage and tableshould be different.

Note:

  • You can also use n in JavaScript instead of <br> forline break in output.
  • If you have any queries, you can email at cs101@vu.edu.pk.

Expert Answer


Answer to Question: You are required to make a table generator webpage. Requirements: The title of the web page should be your VU-…

OR