Question: USE VISUAL STUDIO (HTML): Create a Players page (named players.html). This page must include Contain an HTML table that displays 3 columns and at least

USE VISUAL STUDIO (HTML):

  1. Create a "Players" page (named players.html). This page must include
    • Contain an HTML table that displays 3 columns and at least 3 rows. Display in each row a player's name, jersey number, and picture. You can determine the column headers and fill in necessary content. The picture column of each row must contain an image element. You are free to use any picture, so you can "borrow" from team sites, etc.
    • The table must also utilize the following elements: table, thead, th, tbody, tr, and td.
    • Above the table add a link to Add Player and navigate to the form in Part 3.
    • At the bottom of the Players page, add a hyperlink for returning to the "Home" page
  2. Create a "Add Player" page (named player_add.html) This page must include
    • Form with labels and the appropriate input type
      1. First Name
      2. Last Name
      3. Jersey Number
      4. Biography (large text box)
      5. Birthday
    • Add at least 1 dropdown with 4+ options to the Form
    • File upload to take a image, it should only accept images.
    • Indicator if they are Active or Inactive

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!