home book contact home info
:.OverviewBookNewsPeopleTeachingResearchIndustryCommunity
MediumMusic information hypertext :.

Given the following data model, design a simple hypertext that allows the user to browse the modeled information.
The site publishes data about music artist and their albums. Each album contains a set of tracks (songs).
The hypertext should provide a home page which shows the list of all the artists. The list is paged, and shows 10 elements per page. By clicking on an artist, the user must be able to see the biography or, alternatively, the set of published albums. From the albums list, the album details(duration and list of tracks) must be reachable.

Solution