Alexis Stacy
CHALLENGE 2

Individual List

  1. (Line 24) <h1> does not have an ending
  2. (Line 26) </h2> does not have a start
  3. (Line 14 and 34) There are 2 <head> endings
  4. (Line 37) </I> does not have a start tag
  5. (Line 41) <b> needs to have an end tag
  6. (Line 54-57) </b> should be inside of </h1>
  7. (Line 60-62) </a> should be inside of <p>
  8. (Line 81) <br} should end with >
  9. (Line 108) </h3> missing start tag
  10. (Line 106) <p> is missing an end tag
  11. (Line 152) missing </main> end tag
  12. (Line 154) missing </body> start tag
  13. (Line 37) two <em>start tags, but only one end tag
  14. (Line 34) n0 start tag for </head>
  15. (Line 1) Doctype needs to be at the top

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. Needs > not }
  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
  18. The UTF has one 8 not two
  19. No double ending tag for head
  20. No end tag for em