Jessica J McInerney - Challenge 2

Home

Individual List

  1. No <h2> starting tag
  2. NO </h1> closing tag
  3. Many unpaired h1-h7 tags
  4. Title needs to be in the head
  5. All text needs to be in the body.
  6. Line 37 - cannot open a tag with </i> (a closing tag)
  7. Line 41 - need a closing tag for </b>
  8. Line 40-42 - Repeat of <h2> but (Line 26 was never properly tagged.)
  9. Line 60 - <a> anchor tag is not placed properply. Before the </p> tag
  10. Line 81 - Did not close tag properly. Needs > not }
  11. Line 108 - Random </h3> that was not started propely. Not paired
  12. Line 141 - <aside> does not have all proper tags within
  13. Line 146 - 149 - <p></p> is being sepreated by footer tag
  14. Line 152 - html closing tag should be at the very end
  15. Line 154 - /body needs to be within html tag

Group List

  1. Doctype must be declared first
  2. Title must be in head
  3. There is no closing tag for main
  4. No <h2> starting tag
  5. NO </h1> closing tag
  6. Many unpaired h1-h7 tags
  7. All visible text needs to be in the body.
  8. Line 37 - cannot open a tag with </i> (a closing tag)
  9. Line 41 - need a closing tag for </b>
  10. Line 40-42 - Repeat of <h2> but (Line 26 was never properly tagged.)
  11. Line 60 - <a> anchor tag is not placed properly. Before the </p> tag
  12. Line 81 - Did not close tag properly
  13. Line 108 - Random </h3> that was not started properly. Not paired
  14. Line 141 - <aside> does not have all proper tags within
  15. Line 146 - 149 - <p></p> is being separated by footer tag
  16. Line 152 - html closing tag should be at the very end
  17. Line 154 - /body needs to be within html tag