- Fork this repo and
git cloneit down to your computer - After answering each section below,
git commityour work. - When you're finished or when time is up, push your work to your remote repo, and file a Pull Request.
In this repository are several HTML files. Each one contains the complete code necessary to have a "valid" webpage, but something is missing from each one. Using the HTML validator, correct the HTML code to satisfy the validator and describe what's missing from each one in an HTML comment.
For this section create an answers.txt file and write your answers there.
- What does the
titletag do? - What information do images need, and why?
- What's the difference between
headandbody?
Based on the messages from the validator, write the bare minimum HTML you need to have a "valid" webpage in a file called minimum.html.