Jessica Flikkie

Challenge 2 | Second Place

Individual

Errors -

  1. H1 heading - needs to be <h1></h1>

  2. HTML needs to be under doctype

  3. <body> needs to be moved below Header

  4. </head> needs to be removed below main

  5. In the the <i> needs to be added before University

  6. And <i> needs to be added before Art

  7. <i>needs to be added after Idaho

  8. Line 41 needs </b> instead of 2 <b>

Team 3

  1. No title

  2. Title tag is outside of head tag

  3. H1 heading - needs to be <h1></h1>

  4. 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