Welcome to My...

 

Challenge 5

Individual List:

  1. In line 5 there is unnecessary brackets around the word main
  2. In line 15 the ending of main includes end code that looks like this </main>, but it’s unnecessary.
  3. In line 6 there should be a colon after cardo.
  4. In line 26 the incorrect bracket is being used; it should be a curly bracket.
  5. In line 33 it used the word colour instead of color, which would be fine, but there are other times it is used as color. So, these words should be the same.
  6. In line 36 the background color for hover menu icon it shows an incorrect color?
  7. In line 35 there is a 4 which is unnecessary.
  8. In line 46 height is spelled incorrectly.
  9. In line 52 there is an unnecessary ‘!’ in the line.
  10. In line 67 it says ‘.header nav a’ when it doesn’t need the period before header.

Group List:

  1. Line 2- css, not csc.
  2. Line 5-You don’t need the angled brackets for main.
  3. Lines 10- need px at the end of number (or %).
  4. Lines 11- need px at the end of number (or %).
  5. Lines 12- need px at the end of number (or %).
  6. Lines 13- need px at the end of number (or %).
  7. Line 15- You don’t need the closing tag for main
  8. Line 20- Display: diamonds? No, no, no.
  9. Line 25 and 27- Body needs curly brackets, not square brackets.
  10. Line 26- incorrect hex code.
  11. Line 33- the word color is spelled wrong.
  12. Line 35- What is 4? Delete that.
  13. Line 36- it needs and “a” before :hover - not 100% needed
  14. Line 36- the #menu-icon should come before a:hover - not 100% needed
  15. Line 37- incorrect hex code.
  16. Line 45- uppercase W needs to be lowercase.
  17. Line 46- the word height is spelled wrong.
  18. Line 52- needs a slash and “*” to be a comment, not angled brackets.
  19. All of the navigation is in the wrong order. It should go a:visited, a:hover, a:active
  20. Line 60- space between color and “:”, clean up code. Also, hex code is in all caps, make it lowercase.
  21. Line 64- incorrect hex code.
  22. Body in wrong spot, after or before interactive code. It is also added twice, so delete one of the body codes.
  23. Line 67- not only in the wrong spot, but doesn’t need the dot before the word header.