Individual List
1.
Team List
1. Doctype must be declared first
2. Title must be in head
3. There is no closing tag for main
4. No <h2> starting tag
5. NO </h1> closing tag
6. Many unpaired h1-h7 tags
7. All visible text needs to be in the body.
8. Line 37: cannot open a tag with </i> (a closing tag)
9. Line 41: need a closing tag for </b>
10. Line 40-42: Repeat of <h2> but (Line 26 was never properly tagged.)
11. Line 60: <a> anchor tag is not placed properly. 12. Before the </p> tag
12. Line 81: Did not close tag properly. Needs > not }
13. Line 108: Random </h3> that was not started properly. Not paired
14. Line 141: <aside> does not have all proper tags within
15. Line 146 - 149: <p> </p> is being separated by footer tag
16. Line 152: html closing tag should be at the very end
17. Line 154: /body needs to be within html tag
18. The UTF has one 8 not two
19. No double ending tag for head
20. No end tag for em