Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
javascript code
I need code (HTML) (JS) (CSS)
Course Project
Develop a themed webpage project containing (do not use work we did in lab directly):
- The .css must 3 main areas where dynamic formatting is being applied. (15pts)
- The .html & .js files must contain the following logic structures:
a) A document.ready function setting the start state for the webpage. (10pts)
b) At least 2 images that respond to user interaction (ie. Size changes, animation). (10pts)
c) 4 form fields with event driven functions (20pts)
d) Validation for the form fields. (10pts)
e) One decision structure (If/Else or Switch/case) (10pts)
f) One repetition structure (For or while) (10pts)
- All good programming techniques applied such as comments, white space and folder structure. (5pts)
- Compiles error free and is free of any errors (10pts).