Challenge 2

Broken Code

Individual List

  1. Did not declare doc type first
  2. On line 25 h1 tag is not paired with a closing h1 tag
  3. Extra head tag
  4. On line 37 em tag is paired with a losing i tag
  5. On line 41 there is no closing b tag
  6. closing b tag after closing h1 tag
  7. Closing a tag is after p tag
  8. curly bracket instead of >
  9. p tag paired with h3 tag
  10. Random aside closing tag with no opening tag
  11. footer as p tag inside of it with closing p tag outside of it
  12. closing html tag is inside body tag

Team List

  1. No title
  2. Title tag is outside of head tag
  3. H1 heading - needs to be <h1></h1>
  4. <!doctype> is declared under <html>
  5. No </main>
  6. <body> needs to be moved below Header
  7. br is closed with a } instead of >
  8. The 2 is outside of Summary 2’s link declaration
  9. Line 41 needs </b> instead of 2 <b>
  10. </i> needs to be added after Idaho
  11. And <i> needs to be added before Art
  12. In line 37 the <i> needs to be added before University
  13. <p> and <a> are closed out of order for “Step 2 - HTML Tagging”
  14. Random closing aside tag that’s not paired
  15. Summary 4 is under <h7>, not <p> like the rest
  16. Closing </h3> with no starting statement
  17. <footer> and <p> are closed out of order
  18. Closing html tag is inside body tag
  19. Step 8 is closed with a </h3> instead of </p>
  20. Header starts with <h1> but ends with </h2>
  21. <h1> and <b> are closed out of order at the start of <aside>
  22. <br> never has a closing statement