Individual List:
- <html> has to come after the doctype is listed
- <h1> does not have a closing </h1> after Hello my name is Blake
- </h2> is the wrong tag after Hello my name is Blake
- </head> is ended twice
- There is not another </em> in the first paragraph
- The bold closing tag for art department does have a /
- The </b> has to be closed before the </h1> in the sentence the basic steps to developing a website
- </a> tag has to come before </p> in the link part
- <br} uses a bracket and it needs a >
- </h3> closing tag instead of </p> for step 8 B
- </body> needs to come before </html>
- </p> has to come before </footer>
- No </main>
- </html> goes at the very end of the whole thing
- There is a <h7>, and that is not a real thing in html
Group List:
✪ First Place
- 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
- The steps aren't in a ul list; they’re under the p tag