Problem
1. Write the markup document to create a form that collects favorite popular songs, including the name of the song, the composer, and the performing artist or group. This document must call a servlet when the form is submitted and another servlet to request a current list of survey results.
2. Modify the servlet for above problem to count the number of visitors and then display that number for each visitor.