Tsk a homepage that automatically comes up when you go to


Question

Task: A homepage that automatically comes up when you go to 127.0.0.1:3000 (instead of the default Ruby-on-Rails page). This page will describe your musical tastes including your two favorite types of music. These two types could be like: rock and classical, or folk and rap, or whatever and whatever else.

A music page that lets you manage a database of your favorite pieces of music. The music must be in a database that tells:

  • Composer
  • Piece name
  • Artist
  • Year recorded
  • Music type (don't just call it "type", that's a reserved word)

The music page should:

  • At the top of the page tell how many pieces are listed in the db
  • Tell all 5 attributes for all pieces of music listed
  • If that piece of music is your first type of music then color it red.
  • If that piece of music is your second type of music then color it blue.
  • If that piece of music is neither of your favorite types then just list it in generic black.

(You may just use colored text)

At the bottom of the page should be a link to the music database's index page that has the clickable text "Manage music db"

Additional Information:

This question is from Computer Science, particularly to HTML and question is about creating website which lets you manage your favorite music segregated in terms of genre. This has been presented in solution.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Tsk a homepage that automatically comes up when you go to
Reference No:- TGS01110019

Now Priced at $40 (50% Discount)

Recommended (97%)

Rated (4.9/5)