Photo of Logo

Challenge Two

Individual List:

  1. <html> has to come after the doctype is listed
  2. <h1> does not have a closing </h1> after Hello my name is Blake
  3. </h2> is the wrong tag after Hello my name is Blake
  4. </head> is ended twice
  5. There is not another </em> in the first paragraph
  6. The bold closing tag for art department does have a /
  7. The </b> has to be closed before the </h1> in the sentence the basic steps to developing a website
  8. </a> tag has to come before </p> in the link part
  9. <br} uses a bracket and it needs a >
  10. </h3> closing tag instead of </p> for step 8 B
  11. </body> needs to come before </html>
  12. </p> has to come before </footer>
  13. No </main>
  14. </html> goes at the very end of the whole thing
  15. There is a <h7>, and that is not a real thing in html

Group List:

✪ First Place

  1. Doc type has to be declared first
  2. HTML tag goes after doc type
  3. Missing h2 tag
  4. Missing ending h1 tag
  5. Additional head end tag added after main
  6. Em tag switched with i tag
  7. Another em Tag switched with i tag
  8. Second opening b tag instead of closing
  9. Open b tag inside the h1
  10. Closing b tag outside the h1
  11. Anchor closing tag missing
  12. Anchor opening tag missing
  13. Curly bracket instead or angle for br tag
  14. No closing p tag
  15. No opening h3 tag
  16. Missing end p tag
  17. Missing opening p tag
  18. Missing body end tag
  19. Missing main end tag
  20. </html> goes at the very end of the whole thing
  21. Links don't work
  22. <h7> is in there and that is not a thing
  23. The steps aren't in a ul list; they’re under the p tag