I need to create a nice webpage where a list of First name, Last Name, State and ZIP codes are displayed.

By default, the list is sorted by Last Name. But clicking on the corresponding column, it should be possible to sort by Last Name, State name or ZIP code.

I understand there is a database at the background, or a table.

I need this to have a nice layout in the webpage.

Any suggestions? Which technology would you use, how would you do it?

Thanks!