Individual List
- The beginning html tag is in the wrong spot, it should not go before the doctype.
- Inside of header, the opening and closing “h” tags are different. Line 26 should be a closing h1 tag.
- The emphasis and italic tags inside of the first paragraph are all mixed up. They should all have the same opening and closing tags.
- At line 62, the closing tags should be swapped. The closing link tag should be before the closing paragraph tag.
- At line 108, it should be a closing paragraph tag, not a closing h3 tag.
- The closing tags at lines 148 and 149 should be swapped.
Group List
- Doc type has to be declared first
- HTML tag goes after doc type
- Missing h2 tag
- Missing ending h1 tag
- Additional head end tag added after main
- Em tag switched with I tag
- Another em Tag switched with I
- Second opening b tag instead of closing
- Open b tag inside the h1
- Closing b tag outside the h1
- Anchor closing tag missing
- Anchor opening tag missing
- Curly bracket instead or angle for br tag
- No closing p tag
- No opening h3 tag
- Missing end p tag
- Missing opening p tag
- Missing body end tag
- Missing main end tag
- /html goes at the very end of the whole thing
- Links don't work
- h7 is in there and that is not a thing