Challenge 2

Coding Errors

Individual List

  1. Line 1: html tag goes to line 3 after !doctype, not line 1
  2. Line 26: should be closing header 1, header 2 not previously opened.
  3. Line 34: head tag is already completed previously.
  4. Line 37: emphasis tag and italics tag should not be paired interchangeably.
  5. Line 41: bold tag is not closed.
  6. Line 56: bold tag must be closed inside header 1 tag.
  7. Line 62: closing link tag must go before the closing paragraph tag.
  8. Line 81: Curly brackets are used instead of gt/lt signs.
  9. Line 108: header 3 tag should be a closing paragraph tag.
  10. Line 141: section cannot be finished without closing line 108’s paragraph tag.
  11. Line 148: Closing paragraph tag must go before the closing footer tag.
  12. Line 152: closing html tag must go at the very end of the document.
  13. Line 154: body tag must go before the ending html tag.

Team List

  1. Line 1: html tag goes to line 3 after !doctype, not line 1
  2. Line 9: “UTF-8” not “88”
  3. Line 16: belongs in meta data.
  4. Line 26: should be closing header 1, header 2 not previously opened.
  5. Line 34: head tag is already completed previously.
  6. Line 37: emphasis tag and italics tag should not be paired interchangeably.
  7. Line 41: bold tag is not closed.
  8. Line 56: bold tag must be closed inside header 1 tag.
  9. Line 62: closing link tag must go before the closing paragraph tag.
  10. Line 81: Curly brackets are used instead of gt/lt signs.
  11. Line 108: header 3 tag should be a closing paragraph tag.
  12. Line 139: header 7 tag is not a real tag.
  13. Line 141: section cannot be finished without closing line 108’s paragraph tag.
  14. Line 144: main tag needs a closing tag here, before footer.
  15. Line 148: Closing paragraph tag must go before the closing footer tag.
  16. Line 152: closing html tag must go at the very end of the document.
  17. Line 154: body tag must go before the ending html tag.