Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For this assignment, you will need to create the following files in a folder using your Last name followed by your first name followed by
For this assignment, you will need to create the following files in a folder using your Last name followed
by your first name followed by Homework to name it After completing the assignment, zip the
project directory and turn in via blackboard by the due date.
Create a simple, static web page indexhtml which contains a list of at least games NOTE:
I do NOT need to see your code for this
a The title of the page and the heading on the page should read List of Games
b The games should be in an HTML table that shows each field of each Game in your list.
i The HTML table should have a header row which identifies which fields are which
Create a page addGamehtml which has a form with the following elements:
a The action should be addGame.html and the method should be GET
b The form should have input text fields for GID, name, and price
c The form should have two select boxes to select from a list of systems available and to
select from a list of genres
d The form should include a submit button and a reset button
e The title of the page and the heading on the page should read Add New Game
Make the site into a website
a All pages should have links to the other pages use a css navigation bar and make sure to
identify the page the user is on
b For all pages, use an external style sheet to beautify the pages in some way.
i On the index page, alternate the colors of the rows using CSS
For the add game page, add Javascript validation for the input fields: GID, name, and salary in
the same manner as performed in class. Javascript should be in the same web page as the form and
be in the header as a method.
a None of these fields should be blank
b Ranges for the numbers must be numbers:
i GID: and
ii Price: or greater
c Do not let the form submit if any of the checked fields are invalid once the user clicks
submit
d Use a single alert to show all fields that are invalid once the user clicks submit
e Change the color of the label and indicate what is wrong for each field after the user clicks
submit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started