Challenge 2

Broken Code

Circular logo with the initials CK in yellow, orange, and red

Individual Challenge

Winner!

  1. Line 1 <html> should be <!doctype html> - doctype not declared
  2. Line 26 <h1> not paired correctly, should be </h1> but it is </h2>
  3. Line 27 </header> tag not paired
  4. Line 34 </head> does not have a start tag
  5. Line 37 </I> does not have a start tag
  6. Line 37 </I> does not have a start tag (again)
  7. Line 37 <I> doe not have an end tag
  8. Line 38 <em> does not have an end tag
  9. Line 42 <b> does not have an end tag
  10. Line 56 </h1> must be outside </b> tag
  11. Line 57 </b> must be inside h1 tag
  12. Line 62 <a> tagged incorrectly
  13. Line 81 Curly bracket not used in HTML
  14. Line 108 </h3> missing start tag
  15. Line 141 <p> on line 106 missing end tag
  16. Line 148 </p> should be inside footer tag
  17. Line 149 </footer> should be outside </p> tag
  18. Line 152 <html> should be outside body
  19. Line 154 body should be inside </html>

Group Challenge

Team 2 List

  1. Line 1 <html> should be <!doctype html> - doctype not declared
  2. Line 26 </h2> does not have start tag
  3. Line 27. <h1> does not have end
  4. Line 27 </header> tag not paired
  5. Line 34 </head> does not have a start tag
  6. Line 37 </I> does not have a start tag
  7. Line 37 </I> does not have a start tag (again)
  8. Line 37 <I> does not have an end tag
  9. Line 38 <em> does not have an end tag
  10. Line 42 <b> does not have an end tag
  11. Line 56 </h1> must be outside </b> tag
  12. Line 57 </b> must be inside h1 tag
  13. Line 62 <a> tagged incorrectly
  14. Line 81 <br} Curly bracket not used in HTML
  15. Line 108 </h3> missing start tag
  16. Line 141 <p> on line 106 missing end tag
  17. Line 148 </p> should be inside footer tag
  18. Line 149 </footer> should be outside </p> tag
  19. Line 152 <html> should be outside body
  20. Line 154 <body> should be inside </html>
  21. Line 118 2 is not part of the <a> tag