Corban Seal

Challenge 2

I set up hyperlink options for the CSS file and added some curved boxes

Individual List

  1. No title
  2. <em> and <i> are closed out of order
  3. No ‘/‘ on second <b>
  4. h1 and b are closed out of order
  5. p and a are closed out of order for Step 2 - HTML Tagging
  6. br is closed with a ‘}’ instead of ‘>’
  7. Closing </h3> with no starting statement
  8. The 2 is outside of Summary 2’s link declaration
  9. Summary 4 is under h7, not p
  10. Footer and p are closed out of order
  11. No </main>
  12. <!doctype> is under <html>

Team List

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