Challenge 2      

Individual List 

9 Total Mistakes Found

1. (5) “<>” are unnecessary 

2. (15) Don’t need a closing tag 

3. (20) Display: diamonds 

4. (25) “[]” instead of “{}” 

5. (27) “[]” instead of “{}” 

6. (33) “colour” (35) 4 

7. (46) Height is misspelled 

8. (52) “<>” should be “/* */” 

9. (67) “.header” should simply be “header”

Group List  🏆

23 Total Mistakes Found

1. (2) css, not csc. 

2. (5) You don’t need the angled brackets for main. 

3. (10) need px at the end of number (or %). 

4. (11) need px at the end of number (or %). 

5. (12) need px at the end of number (or %). 

6. (13) need px at the end of number (or %). 

7. (15) You don’t need the closing tag for main 

8. (20) Display: diamonds? No, no, no. 

9. (25, 27) - Body needs curly brackets, not square brackets. 

10. (26) incorrect hex code. 

11. (33) the word color is spelled wrong. 

12. (35) What is 4? Delete that. 

13. (36) it needs and “a” before :hover - not 100% needed 

14. (36) the #menu-icon should come before a:hover - not 100% needed 

15. (37) incorrect hex code. 

16. (45) uppercase W needs to be lowercase. 

17. (46) the word height is spelled wrong. 

18. (52) needs a slash and “*” to be a comment, not angled brackets. 

19. (54, 59, 67) All the navigation is in the wrong order. It should go a:visited, a:hover, a:active 

20. (60) space between color and “:”, clean up code. Also, hex code is in all caps, make it lowercase. 

21. (64) incorrect hex code. 

22. (63 - 65) Body in wrong spot, after or before interactive code. It is also added twice, so delete one of the body codes. 

23. (67) not only in the wrong spot, but doesn’t need the dot before the word header.