mia logo

Mia Michalski

Individual List

  1. Line 1- starts with <html> instead of doctype
  2. Line 26- closed /h2 instead of /h1
  3. Line 34- closed /head instead of /header
  4. Line 37- no end </em>
  5. Line 42- no end <b/>
  6. Line 56-57- need to be reversed
  7. Line 81- has a } that doesn’t need to be there
  8. Line 62- </p> and </a> need to be switched around
  9. Line 108- has no beginning <h3>
  10. Line 141- no beginning <aside>
  11. Line 148-149- needs to be switched around
  12. Line 152- need to be at the end
  13. Line 154- needs to be before html

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