Challenge 2

Individual

1. HTML should be the last thing closed on the page.

2. Title Should be in the head section.

3. h1 in header is not closed, ends with an h2.

4. There is a second closing of the head secton on line 34

5. Lines 53-57 are out of order, the b should be before the end of the h1.

6. Lines 60-62 should switch the location of the p and a.

7. br on line 81 is not closed properly.

8. Line 108 h3 does not have a start.

9. The p in the footer should be before the close of the footer.

10. The 2 on Summary 2 is not part of the link.

Group

1. HTML should be the last thing closed on the page.

2. Title Should be in the head section.

3. h1 in header is not closed, ends with an h2.

4. There is a second closing of the head secton on line 34

5. Lines 53-57 are out of order, the b should be before the end of the h1.

6. Lines 60-62 should switch the location of the p and a.

7. br on line 81 is not closed properly.

8. Line 108 h3 does not have a start.

9. The p in the footer should be before the close of the footer.

10. The 2 on Summary 2 is not part of the link.

11. Doctype should be on the first line.

12. charset="UTF-88” should be just 8 not 88.

13. Lines 37-38 have bad pairings.

14. Lines 73-75, h7 does not exist.

15. Line 42 should have a close b.

16. Lines 125-127 should be a paragraph tag.

17. Step 1 and Summary 1 dont exist.

18. There is no closing tag for the main.