Problem Set 02
- Due Jan 15 by 11:59pm
- Points 5
- Submitting a text entry box
- Available until Feb 9 at 11:59pm
In this problem set, you will practice working with HTML and applying simple CSS to that HTML.
Accessing the Problems
You can create the repo for this problem set by visiting the following link:
https://classroom.github.com/a/IbSK-gpy Links to an external site.
You will need to accept this assignment to create your code repo. This repo will have the name info340-wi25a/problem-02-yourusername
, and you can view it online at https://github.com/info340-wi25a/problem-02-yourusername
(replacing yourusername
with your GitHub user name).
After you've accepted the assignment, clone
the repo to your local machine so you can edit the files.
Completing the Problems
Introductions for each problem can be found in the folder's README.md
file. I recommend viewing the instructions on GitHub's website (so you can view the rendered markdown file).
Remember: debug your code in the browser, not using Jest!
More information on HTML validation errors can be found in the in the htmllint documentation Links to an external site..
Submitting the Problems
Before you submit this exercise, double-check the following:
- Confirm that all the grader tests pass (locally and on GitHub).
- Confirm that you committed the final version of your work, and pushed your code to your Github Repository
You do NOT need to "publish" this problem set (pr any future set) to Github Pages. Just push your main
branch code; no need to do any other branches
In order to submit, push your completed problem set to your GitHub repository by the deadline. Then submit a link to your repository to Canvas using the button at the top of the page (so we can check it).