Challenge 2 

Individual List


  1. Line 1 html should be below doctype html

  2. Line 24 and 26 dont finish h1 /h2

  3. Line 34 doesn't close header and is mislabeled as head

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

  5. Lines 42 does not define (b) in any way so it cannot read properly. (/b)

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

  7. Line 62 (/p) and (/a) should be flipped to properly close

  8. Lines 81 should not have a closed } but instead have a closing (>)

  9. Line 108 has random (/h3) and/or contain (/p)

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 (/li)
  4. I am a member of the (b)Art Department(b) - needs a (b) in the beginning (/li)
  5. Line 60-62- (p)(a href="step2.html")

  6. Line 108- (/h3) needs an open (h3) (/li)
  7. Missing line (/main) at the end (/li)
  8. The body tag ends outside the HTML close tag.

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

  10. 15. On line 108 The summaries should be h1

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

  12. Lines 42 does not define (b) in any way so it cannot read properly.

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

  14. Line 62 (/p) and (/a) should be flipped to properly close

  15. Lines 81 should not have a closed } but instead have a closing >

  16. Line 141 has no matching start tag

  17. Line 149 needs to have a (/p) tag

  18. There needs to be a (/main) and (/body) tag inside (/html)

  19. (/html) needs to be the last tag, not (/body)

List