Challenge 2

Individual List

  1. Doctype isnt declared
  2. </h2> isnt paired with another <h2>
  3. </head> isnt paired with anythint
  4. There are two </i> with no starting tag
  5. No </b> to end the bold on line 41
  6. On line 60 there is a missing bracket for <a>
  7. Line 81 missing a bracket on <br>
  8. Line 108 is missing a pairing for </h3>
  9. On line 141 </aside> doesnt work since <p> was never closed on line 106
  10. </main> is missing to close the document

Team 3

Challenge 2 - 2nd Place

  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