☻ Individual List
1. html should be after <!doctype html>
2. </h2> should be h1
3. </header> will be fix after </h1>
4. No <head> start tag, needs to be deleted
5.
<em> needs to be replace with i
6. </p> will be fix after em replaced by i
7. <b>needs to have end tag
8. </b> goes before </h1>
9. </a> goes before </p>
10. Delete the curly bracket in <br>
11.
Replace </h3> with </p>
12. </p> goes before </footer>
13. </body> goes before </html>
✮ Team List ✮
1. Doc type has to be declared first
2. HTML tag goes after doc type
3.
Missing h2 tag
4. Missing ending h1 tag
5. Additional head end tag added after main
6.
Em tag switched with I tag
7.
Another em Tag switched with I tag
8.
Second opening b tag instead of closing
9. Open b tag inside the h1
10. Closing b tag outside the h1
11. Anchor closing tag missing
12. Anchor opening tag missing
13. Curly bracket instead or angle for br tag
14. No closing p tag
15. No opening h3 tag
16. Missing end p tag
17. Missing opening p tag
18. Missing main end tag
19. </html>goes at the very end of the whole thing
20. Links don't work
21. The steps aren't in a ul list; they’re under the p tag
22. </html> is in there and that is not a thing
23. All the sections need to be in articles or divs to make it easier to move them with floats
24. Steps 2-4 is not in the same paragraph section as 5-8