Elissa Mughannem

Challenge 2

Individual list

  1. Doc type has to be declared first

  2. No title

  3. It has to be h1 or h2 not both

  4. There is another closing head tag

  5. There is no beginning italic tag

  6. There is not ending bold tag

  7. The bold tag must be closed before the h1 tag

  8. The anchor tag must be closed before the paragraph tag is closed

  9. Theres a brake tag with no greater than sign

  10. Theres an opening paragraph tag and not end paragraph tag

  11. The paragraph tag must be closed before the footer tag

  12. The html end tag should be last not the body

  13. Theres no end main tag

  14. The title should be in the head 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. Needs >

  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 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