In this lab you will build a web application that allows the user to keep track of information about babies beingborn using arrays and tables. Your web application will calculate and display the total number of boys and girlsstored in the table. You must use a 2D array to store the information.
Lab work
Part 1: The HTML
1. Create a new HTML web page and a new JavaScript file. Your HTML file should contain all the basictags required to pass validation and a proper link to the JavaScript file. For the HTML page, reproducethe page shown below.