CS计算机代考程序代写 js javascript jquery Java Category

Category
Details
Soft Deadline
April 8th at 4:30PM
Hard Deadline
April 13th at 4:30PM
Permitted File Types
• php
• css
• js
• jpg/jpeg
• Nothing else
Files and Directories
• Directory public_html/a5 containing files:
◦ index.php
◦ recipes.php
• Directory public_html/a5/css containing:
◦ styles.css
◦ responsive.css
• Directory public_html/a5/js containing:
◦ change-quantities.js
◦ hide-directions.js
◦ comment-form-validation.js
◦ jquery-3.5.1.min.js (optional)
• Directory public_html/a5/inc containing:
◦ header.php
◦ footer.php
◦ functions.php
• Directory public_html/a5/img containing:
◦ all the image files
• Directory public_html/a5/recipe containing files:
◦ pizza-dough.php
• Exact names (including case) and nothing else
Identification
• index.php:
◦ Include your name in an HTML comment near the top of the head
◦ e.g.,
Links and Paths
• All links and paths to files within the site must be absolute
• No broken links or paths
CSS
• All CSS must be in styles.css or responsive.css
• Only CSS properties that Edge, Chrome and Firefox have supported for at least two years are permitted
◦ You can check browser support for any property at Can I Use?
• All inline or document-level styling will be removed or commented out prior to grading
JS
• The only JavaScript library permitted for download, inclusion and use in this assignment is jQuery 3.5.1.
◦ Any reference to any other JS resource will be commented out prior to grading.
• JS files can only be included in HTML files via in the head.
◦ Do not put tags anywhere else.
PHP
• All PHP functions that you create must be defined in functions.php.
• No third-party PHP libraries or frameworks of any kind are permitted for inclusion.