CSCI 121 - Lab 2

Lab Resources

Lab Instructions

For this lab you are to perform each of the following (read all steps before starting):
  1. Use Brackets to create a file named lab2.html.
  2. Include a title for the page with your name, class and lab, i.e. Your Name - CSCI 121, Lab2
  3. Your document should have white text on a black background by changing the style of one element only in the document.
  4. Include the Millersville University logo as the frst line of your heading and when the user clicks it make sure they are taken to the main Millersville.edu website.
  5. Repeat the title text as the second line of your heading.
  6. You should include a captioned table with your weekly schedule at Millersville.
  7. In addition, you should include another table with two lists:
  8. The page should look like this (not to scale):
  9. Important notes/hints:
    1. The lists types should be as displayed in the example.
    2. Your schedule should be complete (all classes, labs, etc).
    3. The Millersville University logo image can be found at: http://cs.millersville.edu/~trogers/images/mu-logo-white.png
    4. There is a calendar image you can use at: http://cs.millersville.edu/~trogers/images/cal-white.png
    5. Use th, td:nth-child(odd), th, td:nth-child(even), td:nth-child(1) styles to show, hide borders for columns or to change style of columns as desired.
    6. Add extra left, right padding to table data cells as needed for proper cell margins.
  10. At the bottom of the page include a mailto link with the following syntax (change your_email accordingly):
  11. Change the style of all links so that their link text color is gold.
  12. Upload the lab2.html file to Google Docs, storing in your "CSCI 121" folder.
  13. Share the lab2.html file with thomas.rogers@millersville.edu.

Lab 2 Sample

Lab 2 sample here.