CHALLENGE 2

INDIVIDUAL LIST:


  1. html before doctype

  2. h2 closing tag instead of h1

  3. random head closing tag in main

  4. no i starting tag

  5. no b closing tag

  6. a closing tag and p closing tag should be flipped

  7. br tag needs pointed bracket instead of curly bracket

  8. no h3 starting tag

  9. no p closing tag

  10. footer end and p end should be flipped

  11. html end and body end should be flipped

TEAM LIST:


  1. html before doctype

  2. h1 Hello my name is Blake /h2 - wrong header

  3. Line 34 /head is not paired with anything

  4. I am a member of the b Art Department b - needs a b in the beginning

  5. Line 60-62 - p a href="step2.html"

  6. Step 2 - HTML Tagging

  7. /p /a - is not paired right

  8. Line 108- /h3 needs an open h3

  9. Missing line /main at the end

  10. Not paired with a CSS

  11. The body tag ends outside the HTML close tag.

  12. P in the footer closes outside footer.

  13. The link in Summary 2 on line 113 cuts off the title of Summary 2 between Summary and 2

  14. On line 120 there's an h7 instead of a p for summary 4

  15. On line 108 The summaries should be h1

  16. Lines 37 to 38 include closed and unclosed i and em duplicate without closing the previous ones.

  17. Lines 42 does not define b in any way so it cannot read properly.

  18. Lines 56 and 57 should be swapped to properly close.

  19. Line 62 /p and /a should be flipped to properly close

  20. Lines 81 should not have a closed } but instead have a closing bracket

  21. Line 141 has no matching start tag

  22. Line 149 needs to have a /p tag

  23. There needs to be a /main and /body tag inside /html

  24. /html needs to be the last tag, not /body