Create a Web application that returns the country name and total population from a ranking list of the populations of countries when the ranking is entered, and displays the result on a Web page. The application handles information for only the countries ranked 1 to 10, and returns an error if the entered numeric is 0 or less or is 11 or greater. An error also occurs if a character string is entered for the ranking input item.