Create a Web application that display an animal classification.For the classification uses the given csv file: test1.csv
(open up the csv file in any no-code insertion text editor like:notepad, wordpad (windows); or vi, emacs, nano, pico (Macs)
– just plain text editor NOT word processor like Word, Pages, etc).The csv file contains information on
the types, traits, and examples of animal classification.
Give the user the following options (it can be in radio buttons) tosee the information:
1. The examples of animals in alphabetical order for eachtype
2. Any oviparous animal, and
3. Which and how many are cold-blooded?
Note. Implement the application with HTML/Javascript and JSP. Theapplication should be treated as a client-server application.