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