When you see Richard Ricardo in the example screen captures, change it to .When you see Richard in the example screen captures, change it to .If you do not put / in the above mentioned fields, you will get 0 points forthe question(s).No two students should submit webpages with exactly the same code, or same content, or same layout, orsame color combination. If found, both students will get 0 points.Create a folder on your hard disk, name the folder lastname_firstname_assignment4. Save all the files fromthis assignment in this folder.Create the following subfolders (in the folder lastname_firstname_assignment4): q1, q2, q3, q4, q5.As a result, you should have the following folder (directory) structure for this assignment: lastname_firstname_assignment4q1 lastname_firstname_assignment4q2 lastname_firstname_assignment4q3 lastname_firstname_assignment4q4 lastname_firstname_assignment4q5Use http://www.javascriptlint.com/online_lint.php website to help debugging JavaScript. It will make yourdebugging process easier. All html (JavaScript) files must pass JavaScript validation at this website withoutany error, without any warning (-2 points for each error, each warning).Total estimated time for this assignment: 10 hoursQuestion 1 JavaScript Chapter 1 (20 points) Estimated time: 2 hours Save question 1 files in subfolder lastname_firstname_assignment4q1. Create a web page that displays the default information (example shown) about your vehicle. If you donot have a vehicle, display the information about the first vehicle you can afford to buy. The initial page should look like the one shown below. Prompt the user to enter the information of his/her dream vehicle, and use that to replace the defaults. Create your vehicle page using s vehicle page as the page title. Save the page asindex.htm. Remember to document the html file with html comments. Create a css file named style.css to format index.htm by creating your own layout (no two students shouldhave the same layout). Use css comments to document the css program. You can use the same (or similar)css file(s) to format all questionsQuestion 2 JavaScript Chapter 1 (20 points) Estimated time: 2 hours Save question 2 files in subfolder lastname_firstname_assignment4q2. Create a web page that contains two buttons (heading tags with border) as shown. When the first one is clicked, the user will be prompted to enter his/her favorite soccer teams name. When the second one is clicked, the user will be prompted to enter his/her favorite football teamsname. The page will then be updated as shown. Create your page using s Favorite Soccer & Football Team as the page title. Save thepage as index.htm. Remember to document the html file with html comments. Create a css file named style.css to format index.htm by creating your own layout (no two students shouldhave the same layout). Use css comments to document the css program.
Question 3 JavaScript Chapter 2 (20 points) Estimated time: 2 hours Save question 3 files in subfolder lastname_firstname_assignment4q3. Create a web page that allows a user to create a soccer school name as shown. The use should be prompted to enter his or her first name, last name, and the schools name. The program should create a soccer school name that consists of the users initials concatenated with theschool name, plus School, as shown. The page will then be updated as shown. Create your page using s Soccer School Name as the page title. Save the page asindex.htm. Remember to document the html file with html comments. Create a css file named style.css to format index.htm by creating your own layout (no two students shouldhave the same layout). Use css comments to document the css program.
Question 4 JavaScript Chapter 2 (20 points) Estimated time: 2 hours Save question 4 files in subfolder lastname_firstname_assignment4q4. Create a web page that displays the cost of a soccer ticket as shown. The use should be prompted to enter his or her age. The output should be a message telling the user what the customers soccer ticket will cost, based on thefollowing criteria:o Under age 5 (age < 5), cost is $2o Between ages 5 and 15, cost is $6o Older than 15 (age 15), cost is $8 The page will then be updated as shown. Create your page using s Soccer Ticket Price as the page title. Save the page asindex.htm. Remember to document the html file with html comments. Create a css file named style.css to format index.htm by creating your own layout (no two students shouldhave the same layout). Use css comments to document the css program.
Question 5 JavaScript Chapter 2 (20 points) Estimated time: 3 hours Save question 5 files in subfolder lastname_firstname_assignment4q5. Create a web page that contains two buttons (heading tags with border) as shown. The web page should check to see if the user enters an age within a given age range. The use should be prompted to enter his or her age. Write a program that uses two different functions/methods to test if an input is between 15 and 21(including 15 and 21). One function/method must use the AND operator (&&). One function/method must use the OR operator (||). The web page should display the two equivalent expressions. The results will then be displayed as shown. Create your page using s Age Range Check as the page title. Save the page as index.htm.Remember to document the html file with html comments. Create a css file named style.css to format index.htm by creating your own layout (no two students shouldhave the same layout). Use css comments to document the css program.
Reviews
There are no reviews yet.