Challenge 2 - 1st place ✮

Individual List

  1. doc type needs to be first

  2. </head> should be deleted

  3. em and li can't be paired together

  4. i and /em can't be paired

  5. /b needs to go before /h1

  6. /a needs to go before /p

  7. br should not have a curly bracket

  8. /h3 should be p

  9. /p should be above /footer

  10. /html comes last, not

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 body end tag

  19. Missing main end tag

  20. </html> goes at the very end of the whole thing

  21. Links don't work

  22. <h7> is in there and that is not a thing