CIS 115 - Enhance a website

Assignment

This assignment involves enhancing the web page you created for a previous assignment. Enhance your existing web page using CSS and JavaScript. Check the rubric for assignment details. Basic instructions will be covered in class.

Rubric

  • A separate CSS file is used and it has correct syntax (4 points)
  • A separate JavaScript file is used and it has correct syntax (4 points)
  • Your first heading element has a valid id attribute added (2 points)
  • All of the heading elements have a valid class attribute added (2 points)
  • The original web page has a link added to include your new CSS file (2 points)
  • The original web page has a link added to include your new JavaScript file (2 points)
  • Your CSS code gives the whole web page a different background color (2 points)
  • Your CSS code gives heading elements a different text color based on the class attribute (2 points)
  • Your CSS code changes the background color for the heading with the id attribute set (2 points)
  • Your JavaScript code should change the content of the heading element with the id attribute set once the document has finished loading (6 points)
  • All files are properly loaded and working on the server (2 points)