5 points
DUE: Friday, Jan 9 by 8:30pm, i.e. by the end of class
For easiest viewing of these instructions, view online on Github.com or use a Markdown previewer.
If you haven't already, clone the course materials repo at https://github.com/UChicagoWebDev/course_materials.
- Make a fork of this repo from: https://github.com/UChicagoWebDev/lab-1-1
- Create a file in this firectory called yourname.html. For example, mine would be
trevor.html. Commit and push your changes. Copy yourname.html to uchicagowebdev.com using the instructions in class.Free point!- Copy the URL of your repository and submit it on Canvas.
- Post a link to your deployed page in the #web-development channel on the UChicago CS Slack.
Using only vanilla HTML markup, update your yourname.html file to include:
- Your name in the title bar
- an ordered list of your favorite foods
- an unordered list of your favorite movies or TV shows
- an 8x8 table of multiplication facts 1-8
- a link to a wikipedia article about a cute animal
1 point for completing each step of the instructions.