General Instructions
Use your site on the Lourdes DMS Domain to submit your files. Transfer your code files to the server, and then submit the URL of the specific page to the Assignments tool in Canvas.
Assignment Instructions
Use a pre-existing code page that you created that contains HTML, CSS, and JS and...
- move CSS code to a separate .css file
- move JS code to a separate .js file
- add code to the HTML header to link the .css and .js files using referential links to the HTML page
- follow best practices for file naming and web site organization
For this assignment...
- you may not use a file coded by someone else
- you should use a file you previously created
- recommended that you use one of your "original code page" asssignments from Beginning JavaScript
- you may use the file used for assignment 1.1
Evaluation Criteria
To successfully complete this assignment, your submission must
- function properly with appropriate header links in the HTML to access the CSS and JS files
- include separate HTML, CSS, and JS files
- follow best practices for file organization
- follow best practices for file naming conventions
- be free of coding errors