Errors in CSS

Jenna Rowe | ART 354 Web Design | February 24th, 2022



Individual


  1. < > doesn’t need to be in line 5
  2. </ > doesn’t need to be in line 15
  3. Should be font-family not type-face-family
  4. Line 10 doesn’t include measurement
  5. Line 11 doesn’t include measurement
  6. Line 12 doesn’t include measurement
  7. Line 13 doesn’t include measurement
  8. display: diamonds; isn’t a thing
  9. Line 25 use [ instead of {
  10. Line 26 background-color: #CCC needs hex to have 6 characters
  11. Line 35 has an unexpected token “4”
  12. Line 36 should be #menu-icon:hover {
  13. Line 37 hex needs 6 characters
  14. Line 46 height is spelt hight
  15. Line 52 incorrect way to create a comment in CSS
  16. Line 64 hex needs to have 6 characters

Team


  1. Line 2 ‘CSC Document’ instead of ‘CSS Document’
  2. Line 5 < > doesn’t need to be in line 5
  3. Line 15 </ > doesn’t need to be in line 15
  4. Line 6 Should be font-family not type-face-family
  5. Line 10 doesn’t include measurement
  6. Line 11 doesn’t include measurement
  7. Line 12 doesn’t include measurement
  8. Line 13 doesn’t include measurement
  9. Line 18/19 pick one measurement px or %
  10. Line 20 display: diamonds; isn’t a thing
  11. Line 25 use [ instead of {
  12. Line 26 background-color: #CCC needs hex to have 6 characters
  13. Line 35 needs to be deleted
  14. Line 36 should be #menu-icon:hover {
  15. Line 37 background-color: #444 needs hex to have 6 characters
  16. Line 41 The font size should be labeled in ‘em’
  17. Line 52 needs / signs
  18. Line 67 doesn’t need to be a class div
  19. Line 44 h2 doesn’t need height
  20. Line 46 ‘height’ is incorrectly spelled ‘hight’
  21. Line 52 <-- –> should be /* */
  22. Line 64 hex needs 6 characters