Challenge 2 - 1st place ✮
Individual List
- doc type needs to be first
</head>
should be deleted
- em and li can't be paired together
- i and /em can't be paired
- /b needs to go before /h1
- /a needs to go before /p
- br should not have a curly bracket
- /h3 should be p
- /p should be above /footer
- /html comes last, not
Team 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 tag
- 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