Challenge Two

Individual List

  1. html should be below doctype.
  2. In line 26 first h1 should be paired with h1 not h2
  3. Duplication of the head, line 34
  4. No start tag to the italics
  5. No end tag to the bold
  6. Line 56 and 57 should be swapped
  7. Line 81 needs to be br
  8. Line 108 has no start tag

Group List

  1. html should be below doctype.
  2. In line 26 first h1 should be paired with h1 not h2
  3. Duplication of the head, line 34
  4. No start tag to the italics
  5. No end tag to the bold
  6. Line 56 and 57 should be swapped
  7. Line 81 needs to be br
  8. Line 108 has no start tag
  9. missing a closing tag for main
  10. Line 81 should not have a cosing } but at closing angle bracket
  11. Line 141 needs a closing tag
  12. On line 120 there's an h7 instead of a p for summary 4
  13. On line 108 The summaries should be h1
  14. Lines 37 to 38 include closed and unclosed i and em duplicate without closing the previous ones.
  15. Line 149 needs to have a /p tag
  16. html needs to be the last tag, not body