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
Create a code page that...
- includes basic HTML structural elements
- includes a JavaScript "alert" command that displays a message to the user when the page loads
- use a variable that is assigned a value in your code for the parameter that is passed to the alert command
For this assignment...
- you may not copy code
- you may not use a template
Evaluation Criteria
To successfully complete this assignment, your page must
- include required HTML elements
- include functioning JavaScript code that meets assignment criteria
- be free of coding errors