Question: Build a website for the Awesome Frisbee company using HTML, CSS, and Javascript. Be sure to include: -index/home page -About page -Products/shopping page -Contact page
- Build a website for the Awesome Frisbee company using HTML, CSS, and Javascript. Be sure to include:
-index/home page
-About page
-Products/shopping page
-Contact page
(Awesome Frisbees is preciously what you make it.)
2. Plan and add a feature to one of the web pages that uses at least one function to perform a mathematical calculation based on user input. Test the page to ensure it works as planned.
3. Plan and add a feature to one of the web pages that incorporates content or functionality created by a series of if, if/else, and/or, else/if statements, or by a switch statement. View and test your page in one or more browsers to ensure it works as you expect.
4. Include at least one popup-window and a timer in your project. Also, error handling (try/catch routines) must also be incorporated into your project. An example where try/catch could be appropriate would be if a user is entering alphabetic characters where there should have been numeric values.
5. Add validation code for one of the forms on your website. First, ensure that your form uses at least three of the following field types: check Boxes, text boxes, option buttons, selection lists, and text areas. Then, program validation for your form ensuring that users enter values or make selections in all fields. Provide appropriate feedback to users when the form fails validation. Test your completed program until all validation works reliably with different combinations of valid and erroneous data.
6. Consider getting creative with object classes using a prototype.
7. Write data into a cookie.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
